MCLOCK — Time function¶
- MCLOCK()¶
Returns the number of clock ticks since the start of the process, based on the function
clock(3)in the C standard library.- Returns
The return value is a scalar of type
INTEGER(4), equal to the number of clock ticks since the start of the process, or-1if the system does not supportclock(3).
Standard:GNU extension
Class:Function
Syntax:RESULT = MCLOCK()
See also:CTIME, GMTIME, LTIME, MCLOCK, TIME