Lines Matching refs:Profiling
13 * gprof: (gprof). Profiling your program's execution
72 @top Profiling a Program: Where Does It Spend Its Time?
101 @chapter Introduction to Profiling
199 Profiling allows you to learn where your program spent its time and which
214 Profiling has several steps:
257 @chapter Compiling a Program for Profiling
1384 @section Line-by-line Profiling
1766 @chapter Details of Profiling
1776 @section Implementation of Profiling
1778 Profiling works by changing how every function in your program is compiled
1814 Profiling also involves watching your program as it runs, and keeping a
1873 Profiling is turned off, various headers are output, and the histogram
1888 @section Profiling Data File Format