8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / sgs / gprof / common / gprof.flat.blurb
blobac3c759f6717da59ae4228eeeabba82cb6f60cf5
1 flat profile:
3  %         the percentage of the total running time of the
4 time       program used by this function.
6 cumulative a running sum of the number of seconds accounted
7  seconds   for by this function and those listed above it.
9  self      the number of seconds accounted for by this
10 seconds    function alone.  This is the major sort for this
11            listing.
13 calls      the number of times this function was invoked, if
14            this function is profiled, else blank.
16  self      the average number of milliseconds spent in this
17 ms/call    function per call, if this function is profiled,
18            else blank.
20  total     the average number of milliseconds spent in this
21 ms/call    function and its descendents per call, if this 
22            function is profiled, else blank.
24 name       the name of the function.  This is the minor sort
25            for this listing. The index shows the location of
26            the function in the gprof listing. If the index is
27            in parenthesis it shows where it would appear in
28            the gprof listing if it were to be printed.
30 Index by function names and Object modules listing:
32            The index entries are mapped to the function names.
33            If the same function name appears in multiple object
34            modules, each of these names is prefixed with a
35            module identifier followed by a colon. The shared
36            object modules listing that follows maps these
37            identifiers to appropriate objects.