Profiling (computer programming): Difference between revisions

Content deleted Content added
m Reverted 1 edit by 114.122.36.38 (talk) to last revision by Scyrme
m no sentence
Tags: Visual edit Mobile edit Mobile web edit Advanced mobile edit
Line 10:
 
== 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}}