Content deleted Content added
Add reference for instrumentation definition, add JVMTI as example, and more details for instrumentation overhead |
removed repeated text |
||
Line 16:
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.
Instrumentation increases the execution time of a program. In some contexts, this increase might be dramatic and hence
==See also==
|