Home | History | Annotate | Download | only in info

Lines Matching full:flat

89    The "flat profile" shows how much time your program spent in each
92 concisely here. *Note The Flat Profile: Flat Profile.
145 Flat profile:
170 were called, or from where. This will not affect the flat profile
251 interpret the information in it. The `gprof' program prints a flat
297 which prints a flat profile and call graph analysis for all functions.
350 `--flat-profile[=SYMSPEC]'
351 The `-p' option causes `gprof' to print a flat profile. If
352 SYMSPEC is specified, print flat profile only for matching symbols.
353 *Note The Flat Profile: Flat Profile.
356 `--no-flat-profile[=SYMSPEC]'
357 The `-P' option causes `gprof' to suppress printing a flat profile.
358 If SYMSPEC is specified, `gprof' prints a flat profile, but
475 the executable file. This option affects both the flat profile
537 the flat profile, even those that were never called, and that had
695 * Flat Profile:: The flat profile shows how much time was spent
705 File: gprof.info, Node: Flat Profile, Next: Call Graph, Up: Output
707 5.1 The Flat Profile
710 The "flat profile" shows the total amount of time your program spent
717 This is part of a flat profile for a small program:
719 Flat profile:
743 appear in every flat profile; their time gives a measure of the amount
783 The flat profile listing is sorted first by this number.
800 is the only field in the flat profile that uses call graph
804 This is the name of the function. The flat profile is sorted by
809 File: gprof.info, Node: Call Graph, Next: Line-by-line, Prev: Flat Profile, Up: Output
820 same `gprof' run as the flat profile example in the previous section.
863 The internal profiling function `mcount' (*note The Flat Profile:
864 Flat Profile.) is never mentioned in the call graph.
916 for this function in the flat profile.
1198 The flat profile is the most useful output table in line-by-line
1208 Flat profile:
1237 Flat profile:
1377 The "sampling period" that is printed at the beginning of the flat
1740 each for the flat profile (INCL_FLAT/EXCL_FLAT), the call graph arcs
1866 flat profile (`hist.c:hist_print') are regurgitations of values already
2320 Node: Flat Profile28889