[BACK]Return to gprof.flat CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Annotation of src/usr.bin/gprof/gprof.flat, Revision 1.1

1.1     ! deraadt     1:
        !             2:
        !             3:
        !             4: flat profile:
        !             5:
        !             6:  %         the percentage of the total running time of the
        !             7: time       program used by this function.
        !             8:
        !             9: cumulative a running sum of the number of seconds accounted
        !            10:  seconds   for by this function and those listed above it.
        !            11:
        !            12:  self      the number of seconds accounted for by this
        !            13: seconds    function alone.  This is the major sort for this
        !            14:            listing.
        !            15:
        !            16: calls      the number of times this function was invoked, if
        !            17:            this function is profiled, else blank.
        !            18:
        !            19:  self      the average number of milliseconds spent in this
        !            20: ms/call    function per call, if this function is profiled,
        !            21:           else blank.
        !            22:
        !            23:  total     the average number of milliseconds spent in this
        !            24: ms/call    function and its descendents per call, if this
        !            25:           function is profiled, else blank.
        !            26:
        !            27: name       the name of the function.  This is the minor sort
        !            28:            for this listing. The index shows the location of
        !            29:           the function in the gprof listing. If the index is
        !            30:           in parenthesis it shows where it would appear in
        !            31:           the gprof listing if it were to be printed.
        !            32: