Skip to content
#

Instrumentation

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.

It can be done statically, changing the program before executing it, or dynamically, inserting instructions while it's being executed.

Here are 28 public repositories matching this topic...

☁️ This VSTO Add-In is used for marking up Excel files with revisions. There are two common methods of indicating where a revision has changed a drawing that contains a system diagram. The first is the cloud method, were each change is enclosed by a cloud shape. The second method involves placing a triangle with the revision number next to each …

  • Updated Mar 27, 2024
  • C#
Followers
21 followers
Wikipedia
Wikipedia

Related Topics

binary-instrumentation code-instrumentation