profileReset
profileReset(
)
=> t
Description
Resets all SKILL profiler data.
Resets all data but keeps SKILL profiling running. Sets the accumulated CPU time and memory for all functions to zero. This is useful if you want to run the same set of profiled functions many times for different inputs so you can compare or average the results. When profile is first called, the profiling data is already initialized to zeros and there is no need to do an initial call to profileReset.
SKILL Profiler is not yet supported on the Windows/Wintel platform.
Arguments
Value Returned
Examples
profileSummary( ?file "myReport1" )
=> t
Resets the profiling timer/counter. Now run the same functions on another set of data.
profileReset()
=> t
profileSummary( ?file "myReport2" )
=>
Related Topics
Return to top