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