Clib.clock()
syntax: |
Clib.clock() |
return: |
number - the current processor tick count.
|
description: |
Returns the current processor tick count. Clock value starts at 0 when ScriptEase program begins and is incremented CLOCKS_PER_SEC times per second.
|