function_runtime
function_runtime — gives the time a function has run during profiling.
function_runtime (function)
functionA function.
The total number of seconds that the function has
run.
This function returns the number of seconds (as a floating point number)
that a function has run during all complete invocations of the function
while profiling has been active. The number of seconds is measured using the
QNX 4 tick clock, and thus represents elapsed time rather than CPU time,
with a granularity of one tick (typically 10ms). Invocations of the function
which have not completed at the time of the call to
function_runtime are not included in the
calculation.
Gamma>function_runtime(cdr);0.05341