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