native
tickcount
Syntax
native tickcount(&granularity = 0);
Description
Returns the elapsed CPU seconds.
Parameters
| granularity | Unused |
|---|
Note
This is a debugging function that is not intended for general plugin
use.
Note
This uses the C clock() function internally and comes with all its
drawbacks attached.
Return
Number of CPU seconds elapsed