Instrumentation (computer programming): Difference between revisions

Content deleted Content added
No edit summary
m WP:AWB cleanup using AWB
Line 1:
{{nomore footnotes|date=December 2013}}
In the context of [[computer programming]], '''instrumentation''' refers to an ability to monitor or measure the level of a product's performance, 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> Programmers implement instrumentation in the form of code [[Instruction_Instruction (computer_sciencecomputer science)|instructions]] that monitor specific components in a system (for example, instructions may output logging information to appear on screen). When an application contains instrumentation code, it can be managed using a management tool. Instrumentation is necessary to review the performance of the application. Instrumentation approaches can be of two types: Source instrumentation and binary instrumentation.
 
== Output ==
Line 35:
[[Category:Management systems]]
[[Category:Debugging]]
 
 
{{Comp-sci-stub}}