| Author |
Instrumentation
|
rakesh sugirtharaj
Ranch Hand
Joined: Dec 16, 2007
Posts: 151
|
|
Hi all, Can anyone tell me what is instrumentation? and how this is used by coverage and code analysis tools. Thanks
|
Cheers!
RSR
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
|
"Instrumenting" a class generally means modifying the class by adding extra code that logs data into the coverage tool, profiler, or whatever at runtime.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: Instrumentation
|
|
|