]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gprof/flat_bl.m
[PATCH] fix windmc typedef bug
[thirdparty/binutils-gdb.git] / gprof / flat_bl.m
CommitLineData
252b5132
RH
1
2 % the percentage of the total running time of the
3time program used by this function.
4
5cumulative a running sum of the number of seconds accounted
6 seconds for by this function and those listed above it.
7
8 self the number of seconds accounted for by this
9seconds function alone. This is the major sort for this
10 listing.
11
12calls the number of times this function was invoked, if
13 this function is profiled, else blank.
f3445b37 14
252b5132
RH
15 self the average number of milliseconds spent in this
16ms/call function per call, if this function is profiled,
17 else blank.
18
19 total the average number of milliseconds spent in this
f3445b37 20ms/call function and its descendents per call, if this
252b5132
RH
21 function is profiled, else blank.
22
23name the name of the function. This is the minor sort
24 for this listing. The index shows the location of
25 the function in the gprof listing. If the index is
26 in parenthesis it shows where it would appear in
27 the gprof listing if it were to be printed.
5bf135a7 28\f
b3adc24a 29Copyright (C) 2012-2020 Free Software Foundation, Inc.
5bf135a7
NC
30
31Copying and distribution of this file, with or without modification,
32are permitted in any medium without royalty provided the copyright
33notice and this notice are preserved.