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