11590Srgrimes
21590Srgrimes
31590Srgrimes
41590Srgrimesflat profile:
51590Srgrimes
61590Srgrimes %         the percentage of the total running time of the
71590Srgrimestime       program used by this function.
81590Srgrimes
91590Srgrimescumulative a running sum of the number of seconds accounted
101590Srgrimes seconds   for by this function and those listed above it.
111590Srgrimes
121590Srgrimes self      the number of seconds accounted for by this
131590Srgrimesseconds    function alone.  This is the major sort for this
141590Srgrimes           listing.
151590Srgrimes
161590Srgrimescalls      the number of times this function was invoked, if
171590Srgrimes           this function is profiled, else blank.
181590Srgrimes 
191590Srgrimes self      the average number of milliseconds spent in this
201590Srgrimesms/call    function per call, if this function is profiled,
211590Srgrimes	   else blank.
221590Srgrimes
231590Srgrimes total     the average number of milliseconds spent in this
241590Srgrimesms/call    function and its descendents per call, if this 
251590Srgrimes	   function is profiled, else blank.
261590Srgrimes
271590Srgrimesname       the name of the function.  This is the minor sort
281590Srgrimes           for this listing. The index shows the location of
291590Srgrimes	   the function in the gprof listing. If the index is
301590Srgrimes	   in parenthesis it shows where it would appear in
311590Srgrimes	   the gprof listing if it were to be printed.
321590Srgrimes
33