cputime
cputime(
)
=> x_result
Description
Returns the total amount of CPU time (user and system) used in units of 60ths of a second.
Arguments
Value Returned
Examples
cputime()
=> 8
integerp( cputime() )
=> t
floatp( cputime() )
=> nil
Related Topics
Return to top