Lines Matching full:flat
90 The "flat profile" shows how much time your program spent in each
93 concisely here. *Note The Flat Profile: Flat Profile.
146 Flat profile:
171 were called, or from where. This will not affect the flat profile
252 interpret the information in it. The `gprof' program prints a flat
298 which prints a flat profile and call graph analysis for all functions.
351 `--flat-profile[=SYMSPEC]'
352 The `-p' option causes `gprof' to print a flat profile. If
353 SYMSPEC is specified, print flat profile only for matching symbols.
354 *Note The Flat Profile: Flat Profile.
357 `--no-flat-profile[=SYMSPEC]'
358 The `-P' option causes `gprof' to suppress printing a flat profile.
359 If SYMSPEC is specified, `gprof' prints a flat profile, but
476 the executable file. This option affects both the flat profile
538 the flat profile, even those that were never called, and that had
696 * Flat Profile:: The flat profile shows how much time was spent
706 File: gprof.info, Node: Flat Profile, Next: Call Graph, Up: Output
708 5.1 The Flat Profile
711 The "flat profile" shows the total amount of time your program spent
718 This is part of a flat profile for a small program:
720 Flat profile:
744 appear in every flat profile; their time gives a measure of the amount
784 The flat profile listing is sorted first by this number.
801 is the only field in the flat profile that uses call graph
805 This is the name of the function. The flat profile is sorted by
810 File: gprof.info, Node: Call Graph, Next: Line-by-line, Prev: Flat Profile, Up: Output
821 same `gprof' run as the flat profile example in the previous section.
864 The internal profiling function `mcount' (*note The Flat Profile:
865 Flat Profile.) is never mentioned in the call graph.
917 for this function in the flat profile.
1199 The flat profile is the most useful output table in line-by-line
1209 Flat profile:
1238 Flat profile:
1378 The "sampling period" that is printed at the beginning of the flat
1741 each for the flat profile (INCL_FLAT/EXCL_FLAT), the call graph arcs
1867 flat profile (`hist.c:hist_print') are regurgitations of values already
2321 Node: Flat Profile28950