Product Documentation
Cadence SKILL Development Reference
Product Version IC23.1, June 2023

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

None

Value Returned

t

Always returns t.

Examples

Prints summary 1.

profileSummary( ?file "myReport1" ) 
=> t

Resets the profiling timer/counter. Now run the same functions on another set of data.

profileReset() 
=> t

Prints summary 2.

profileSummary( ?file "myReport2" ) 
=>

Related Topics

Profiler Functions

profile

unprofile

profileSummary


Return to top
 ⠀
X