Lines Matching full:flat
88 The "flat profile" shows how much time your program spent in each
91 concisely here. *Note Flat Profile::.
142 Flat profile:
169 were called, or from where. This will not affect the flat profile
261 interpret the information in it. The `gprof' program prints a flat
307 which prints a flat profile and call graph analysis for all functions.
360 `--flat-profile[=SYMSPEC]'
361 The `-p' option causes `gprof' to print a flat profile. If
362 SYMSPEC is specified, print flat profile only for matching symbols.
363 *Note Flat Profile::.
366 `--no-flat-profile[=SYMSPEC]'
367 The `-P' option causes `gprof' to suppress printing a flat profile.
368 If SYMSPEC is specified, `gprof' prints a flat profile, but
485 the executable file. This option affects both the flat profile
543 the flat profile, even those that were never called, and that had
700 * Flat Profile:: The flat profile shows how much time was spent
710 File: gprof.info, Node: Flat Profile, Next: Call Graph, Up: Output
712 5.1 The Flat Profile
715 The "flat profile" shows the total amount of time your program spent
722 This is part of a flat profile for a small program:
724 Flat profile:
748 appear in every flat profile; their time gives a measure of the amount
788 The flat profile listing is sorted first by this number.
805 is the only field in the flat profile that uses call graph
809 This is the name of the function. The flat profile is sorted by
814 File: gprof.info, Node: Call Graph, Next: Line-by-line, Prev: Flat Profile, Up: Output
825 same `gprof' run as the flat profile example in the previous chapter.
868 The internal profiling function `mcount' (*note Flat Profile::) is
921 for this function in the flat profile.
1195 The flat profile is the most useful output table in line-by-line
1205 Flat profile:
1234 Flat profile:
1370 The "sampling period" that is printed at the beginning of the flat
1739 each for the flat profile (INCL_FLAT/EXCL_FLAT), the call graph arcs
1864 flat profile (`hist.c:hist_print') are regurgitations of values already
2293 Node: Flat Profile29117