Tutorial Toolkit Function Descriptions > Utilities > Performance
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Performance
 
timer_on
( )
Description:
Starts the timer.
Input:
None.
Output:
None.
Error Conditions:
None.
Remarks:
None.
Example:
Please see timer_on (p. 1507) in the MSC Acumen Toolkit - Code Example.
 
timer_off
( )
Description:
Stops timer and reports time to xterm since last call to timer_on().
Input:
None.
Output:
INTEGER
<Return Value>
Accumulated CPU time elapsed for all calls to timer_on() and timer_off() during the session.
Error Conditions:
None.
Remarks:
None.
Example:
Please see timer_off (p. 1506) in the MSC Acumen Toolkit - Code Example.