Maxima Function
timer_info (f_1, ..., f_n)
timer_info()
Given functions f_1, ..., f_n,
timer_info
returns a matrix containing timing information for each function.
With no arguments, timer_info
returns timing information for
all functions currently on the timer list.
The matrix returned by timer_info
contains the function name,
time per function call, number of function calls, total time,
and gctime
, which meant "garbage collection time" in the original Macsyma
but is now always zero.
The data from which timer_info
constructs its return value
can also be obtained by the get
function: