Profiling (computer programming): Difference between revisions

Content deleted Content added
Tidy up some language about methodologies
m Disambiguated: JITJust-in-time compilation
Line 91:
 
===Interpreter instrumentation===
* '''Interpreter debug''' options can enable the collection of performance metrics as the interpreter encounters each target statement. A [[bytecode]], [[control table]] or [[Just-in-time compilation|JIT]] interpreters are three examples that usually have complete control over execution of the target code, thus enabling extremely comprehensive data collection opportunities.
 
===Hypervisor/Simulator===