xref: /dflybsd-src/contrib/binutils-2.34/gprof/flat_bl.m (revision b52ef7118d1621abed722c5bbbd542210290ecef)
1*fae548d3Szrj
2*fae548d3Szrj %         the percentage of the total running time of the
3*fae548d3Szrjtime       program used by this function.
4*fae548d3Szrj
5*fae548d3Szrjcumulative a running sum of the number of seconds accounted
6*fae548d3Szrj seconds   for by this function and those listed above it.
7*fae548d3Szrj
8*fae548d3Szrj self      the number of seconds accounted for by this
9*fae548d3Szrjseconds    function alone.  This is the major sort for this
10*fae548d3Szrj           listing.
11*fae548d3Szrj
12*fae548d3Szrjcalls      the number of times this function was invoked, if
13*fae548d3Szrj           this function is profiled, else blank.
14*fae548d3Szrj
15*fae548d3Szrj self      the average number of milliseconds spent in this
16*fae548d3Szrjms/call    function per call, if this function is profiled,
17*fae548d3Szrj	   else blank.
18*fae548d3Szrj
19*fae548d3Szrj total     the average number of milliseconds spent in this
20*fae548d3Szrjms/call    function and its descendents per call, if this
21*fae548d3Szrj	   function is profiled, else blank.
22*fae548d3Szrj
23*fae548d3Szrjname       the name of the function.  This is the minor sort
24*fae548d3Szrj           for this listing. The index shows the location of
25*fae548d3Szrj	   the function in the gprof listing. If the index is
26*fae548d3Szrj	   in parenthesis it shows where it would appear in
27*fae548d3Szrj	   the gprof listing if it were to be printed.
28*fae548d3Szrj
29*fae548d3SzrjCopyright (C) 2012-2020 Free Software Foundation, Inc.
30*fae548d3Szrj
31*fae548d3SzrjCopying and distribution of this file, with or without modification,
32*fae548d3Szrjare permitted in any medium without royalty provided the copyright
33*fae548d3Szrjnotice and this notice are preserved.
34