Home
/
Python 3.11
/
Time
/
monotonic_ns
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Time
monotonic_ns
Python 3.11
Similar to monotonic(), but return time as nanoseconds.
Syntax
PYTHON
Copy
time.monotonic_ns() → int
See Also
monotonic()