2009-01-25 21:40:16 +00:00
|
|
|
|
|
|
|
|
|
% the percentage of the total running time of the
|
|
|
|
|
time program used by this function.
|
|
|
|
|
|
|
|
|
|
cumulative a running sum of the number of seconds accounted
|
|
|
|
|
seconds for by this function and those listed above it.
|
|
|
|
|
|
|
|
|
|
self the number of seconds accounted for by this
|
|
|
|
|
seconds function alone. This is the major sort for this
|
|
|
|
|
listing.
|
|
|
|
|
|
|
|
|
|
calls the number of times this function was invoked, if
|
|
|
|
|
this function is profiled, else blank.
|
2016-02-10 18:58:24 +01:00
|
|
|
|
|
2009-01-25 21:40:16 +00:00
|
|
|
|
self the average number of milliseconds spent in this
|
|
|
|
|
ms/call function per call, if this function is profiled,
|
|
|
|
|
else blank.
|
|
|
|
|
|
|
|
|
|
total the average number of milliseconds spent in this
|
2016-02-10 18:58:24 +01:00
|
|
|
|
ms/call function and its descendents per call, if this
|
2009-01-25 21:40:16 +00:00
|
|
|
|
function is profiled, else blank.
|
|
|
|
|
|
|
|
|
|
name the name of the function. This is the minor sort
|
|
|
|
|
for this listing. The index shows the location of
|
|
|
|
|
the function in the gprof listing. If the index is
|
|
|
|
|
in parenthesis it shows where it would appear in
|
|
|
|
|
the gprof listing if it were to be printed.
|
2014-03-19 17:25:32 +01:00
|
|
|
|
|
2023-08-05 16:17:51 +01:00
|
|
|
|
Copyright (C) 2012-2023 Free Software Foundation, Inc.
|
2014-03-19 17:25:32 +01:00
|
|
|
|
|
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
|
|
|
are permitted in any medium without royalty provided the copyright
|
|
|
|
|
notice and this notice are preserved.
|