Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

cputime

cputime( 
) 
=> x_result

Description

Returns the total amount of CPU time (user and system) used in units of 60ths of a second.

Arguments

None

Value Returned

x_result

CPU time in 60ths of a second.

Examples

cputime()             
=> 8
integerp( cputime() ) 
=> t
floatp( cputime() )   
=> nil

Related Topics

Environment Functions

cdsPlat

csh


Return to top
 ⠀
X