Content deleted Content added
No edit summary Tag: Reverted |
m Reverted edits by 209.29.196.11 (talk) (HG) (3.4.12) |
||
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.
== Output ==
Line 11:
== Limitations ==
Instrumentation is limited by execution coverage. If the program never reaches a particular point of execution, then instrumentation at that point collects no data. For instance, if a word processor application is instrumented, but the user never activates the print feature, then the instrumentation can say nothing about the routines which are used exclusively by the printing feature.
Some types of instrumentation may cause a dramatic increase in execution time. This may limit the application of instrumentation to debugging contexts.
|