17 lines
320 B
Plaintext
17 lines
320 B
Plaintext
:sig
|
|
f64 time_precise()
|
|
|
|
:params
|
|
return value : current Unix timestamp
|
|
|
|
:see
|
|
>time
|
|
|
|
:content
|
|
Returns the current Unix timestamp as a 64-bit float with millisecond accuracy or better.
|
|
|
|
Related:
|
|
|
|
- PHP: `microtime(true)` or high-resolution timers
|
|
- JavaScript / Node.js: `performance.now()` or high-resolution Node timers
|