Skip to content

Commit f94ad77

Browse files
authored
create topic: instrumentation
1 parent fe9d0ed commit f94ad77

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

topics/instrumentation/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: Instrumentation
3+
short_description: Instrumentation is the act of inserting instructions into software to analyze it without changing its overall behavior.
4+
topic: instrumentation
5+
wikipedia_url: https://en.wikipedia.org/wiki/Instrumentation_(computer_programming)
6+
related: code-instrumentation, binary-instrumentation
7+
---
8+
In computer science, **instrumentation** is a technique that consists of inserting specific instructions into a program to monitor and/or analyze its performance, functionality, or behavior, but without changing how it behaves.
9+
It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it's being executed.

0 commit comments

Comments
 (0)