Profiling (computer programming): Difference between revisions

Content deleted Content added
Reverting edit(s) by 37.40.90.150 (talk) to rev. 1127524429 by Guy Harris: likely unconstructive (RW 16.1)
mNo edit summary
Line 11:
== Use of profilers ==
[[File:CodeAnalyst3.png|thumb|Graphical output of the [[CodeAnalyst]] profiler.]]
{{quotation|text=
Program analysis tools are extremely important for understanding program behavior. Computer architects need such tools to evaluate how well programs will perform on new [[computer architecture|architectures]]. Software writers need tools to analyze their programs and identify critical sections of code. [[Compiler]] writers often use such tools to find out how well their [[instruction scheduling]] or [[branch prediction]] algorithm is performing...|author=ATOM|source=[[Conference on Programming Language Design and Implementation|PLDI]]|'94}}
 
The output of a profiler may be: