Content deleted Content added
m Repairing 2 external links using Checklinks |
clarify |
||
Line 1:
In context of [[computer programming]], '''instrumentation''' refers to an ability to monitor or measure the level of a product's performance, to diagnose errors and
== Output == In programming, instrumentation means the ability of an application to incorporate: * Code [[Tracing (software)|tracing]] - receiving informative messages about the execution of an application at run time.
* [[Debugging]] and (structured) [[exception handling]] - tracking down and fixing programming errors in an application under development.
* Performance counters - components that allow
* [[Data logger|Event logs]] - components that allow
==See also==
* [[Instruction set simulator]] - simulation of all instructions at machine code level to provide instrumentation
* [[Runtime intelligence]] - technologies, managed services and practices for the collection, integration, analysis, and presentation of application usage levels, patterns and practices
* [[Software performance analysis]] - techniques to monitor code performance, including instrumentation
* [[Hardware performance counter]]
==References==
|