Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
numeric timestamp([option]) int option
option | function |
timestamp_delta | If the timestamp() call is not part of an expression, then it sets
the current timestamp. Otherwise it returns the delta timestamp in seconds
and sets a new one. Calling with no parameter is the same as timestamp_delta |
timestamp_tod | Returns the current time of day. |
timestamp(); for (i=10000;i;i--) j = i * i * i * i; printf("10000 operations took "^^timestamp()^^" seconds";