1*7c478bd9Sstevel@tonic-gateflat profile:
2*7c478bd9Sstevel@tonic-gate
3*7c478bd9Sstevel@tonic-gate %         the percentage of the total running time of the
4*7c478bd9Sstevel@tonic-gatetime       program used by this function.
5*7c478bd9Sstevel@tonic-gate
6*7c478bd9Sstevel@tonic-gatecumulative a running sum of the number of seconds accounted
7*7c478bd9Sstevel@tonic-gate seconds   for by this function and those listed above it.
8*7c478bd9Sstevel@tonic-gate
9*7c478bd9Sstevel@tonic-gate self      the number of seconds accounted for by this
10*7c478bd9Sstevel@tonic-gateseconds    function alone.  This is the major sort for this
11*7c478bd9Sstevel@tonic-gate           listing.
12*7c478bd9Sstevel@tonic-gate
13*7c478bd9Sstevel@tonic-gatecalls      the number of times this function was invoked, if
14*7c478bd9Sstevel@tonic-gate           this function is profiled, else blank.
15*7c478bd9Sstevel@tonic-gate
16*7c478bd9Sstevel@tonic-gate self      the average number of milliseconds spent in this
17*7c478bd9Sstevel@tonic-gatems/call    function per call, if this function is profiled,
18*7c478bd9Sstevel@tonic-gate	   else blank.
19*7c478bd9Sstevel@tonic-gate
20*7c478bd9Sstevel@tonic-gate total     the average number of milliseconds spent in this
21*7c478bd9Sstevel@tonic-gatems/call    function and its descendents per call, if this
22*7c478bd9Sstevel@tonic-gate	   function is profiled, else blank.
23*7c478bd9Sstevel@tonic-gate
24*7c478bd9Sstevel@tonic-gatename       the name of the function.  This is the minor sort
25*7c478bd9Sstevel@tonic-gate           for this listing. The index shows the location of
26*7c478bd9Sstevel@tonic-gate	   the function in the gprof listing. If the index is
27*7c478bd9Sstevel@tonic-gate	   in parenthesis it shows where it would appear in
28*7c478bd9Sstevel@tonic-gate	   the gprof listing if it were to be printed.
29*7c478bd9Sstevel@tonic-gate
30*7c478bd9Sstevel@tonic-gateIndex by function names and Object modules listing:
31*7c478bd9Sstevel@tonic-gate
32*7c478bd9Sstevel@tonic-gate           The index entries are mapped to the function names.
33*7c478bd9Sstevel@tonic-gate           If the same function name appears in multiple object
34*7c478bd9Sstevel@tonic-gate           modules, each of these names is prefixed with a
35*7c478bd9Sstevel@tonic-gate           module identifier followed by a colon. The shared
36*7c478bd9Sstevel@tonic-gate           object modules listing that follows maps these
37*7c478bd9Sstevel@tonic-gate           identifiers to appropriate objects.
38*7c478bd9Sstevel@tonic-gate
39*7c478bd9Sstevel@tonic-gate
40*7c478bd9Sstevel@tonic-gate
41*7c478bd9Sstevel@tonic-gate
42