Instrumentation (computer programming): Difference between revisions

Content deleted Content added
No edit summary
Line 1:
{{more footnotes|date=December 2013}}
In the context of [[computer programming]], '''instrumentation''' refers to the measure of a product's performance, in order to diagnose errors, and to write [[Tracing (software)|trace]] information.<ref>[http://pic.dhe.ibm.com/infocenter/rtrthelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.rational.testrt.doc%2Ftopics%2Fcinstruovw.html Source Code Instrumentation Overview at IBM website]</ref> Instrumentation can be of two types: source instrumentation and binary instrumentation.
 
== Output ==