uce/site/doc/pages/time_precise.txt

16 lines
328 B
Plaintext

:sig
f64 time_precise()
:params
return value : current Unix timestamp
:desc
Returns a 64 bit float containing the current Unix timestamp with millisecond accuracy or better.
:see
>time
:related
**PHP:** `microtime(true)` or high-resolution timers
**JavaScript / Node.js:** `performance.now()` or high-resolution Node timers