MCLOCK8 — Time function (64-bit)¶
- MCLOCK8()¶
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(8), 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 = MCLOCK8()
See also:CTIME, GMTIME, LTIME, MCLOCK, TIME8