debugging
August 21, 2023 |
permanent
tags :
Summary #
Instrumentation is about adding piece of code to monitor, to debug or to check performance, the code being instrumented..
Program instrumentation is needed to insert monitoring code fragments into the monitored system if the monitor is implemented without hardware support. Program instrumentation for debugging and monitoring