xref: /src/usr.bin/gprof/gprof.flat (revision 9b50d9027575220cb6dd09b3e62f03f511e908b8)
19b50d902SRodney W. Grimes
29b50d902SRodney W. Grimes
39b50d902SRodney W. Grimes
49b50d902SRodney W. Grimesflat profile:
59b50d902SRodney W. Grimes
69b50d902SRodney W. Grimes %         the percentage of the total running time of the
79b50d902SRodney W. Grimestime       program used by this function.
89b50d902SRodney W. Grimes
99b50d902SRodney W. Grimescumulative a running sum of the number of seconds accounted
109b50d902SRodney W. Grimes seconds   for by this function and those listed above it.
119b50d902SRodney W. Grimes
129b50d902SRodney W. Grimes self      the number of seconds accounted for by this
139b50d902SRodney W. Grimesseconds    function alone.  This is the major sort for this
149b50d902SRodney W. Grimes           listing.
159b50d902SRodney W. Grimes
169b50d902SRodney W. Grimescalls      the number of times this function was invoked, if
179b50d902SRodney W. Grimes           this function is profiled, else blank.
189b50d902SRodney W. Grimes
199b50d902SRodney W. Grimes self      the average number of milliseconds spent in this
209b50d902SRodney W. Grimesms/call    function per call, if this function is profiled,
219b50d902SRodney W. Grimes	   else blank.
229b50d902SRodney W. Grimes
239b50d902SRodney W. Grimes total     the average number of milliseconds spent in this
249b50d902SRodney W. Grimesms/call    function and its descendents per call, if this
259b50d902SRodney W. Grimes	   function is profiled, else blank.
269b50d902SRodney W. Grimes
279b50d902SRodney W. Grimesname       the name of the function.  This is the minor sort
289b50d902SRodney W. Grimes           for this listing. The index shows the location of
299b50d902SRodney W. Grimes	   the function in the gprof listing. If the index is
309b50d902SRodney W. Grimes	   in parenthesis it shows where it would appear in
319b50d902SRodney W. Grimes	   the gprof listing if it were to be printed.
329b50d902SRodney W. Grimes
33