Profiling (computer programming): Difference between revisions

Content deleted Content added
Statistical profilers: highlight direct quote, which probably shouldn't be here.
Gathering program events: streamline grammar
Line 7:
 
== Gathering program events ==
Profilers use a wide variety of techniques to collect data, including [[hardware interrupt]]s, [[Instrumentation (computer programming)|code instrumentation]], [[instruction set simulator|instruction set simulation]], operating system [[hooking|hooks]], and [[Hardware performance counter|performance counter]]s. The usageProfilers ofare profilers is 'called out'used in the [[performance engineering]] process.''
 
== Use of profilers ==