Skip to content

Instantly share code, notes, and snippets.

@AlexMikhalev
Created May 11, 2023 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexMikhalev/9a2cd3a1c2b8a9c2355feefbf2d92d4e to your computer and use it in GitHub Desktop.
Save AlexMikhalev/9a2cd3a1c2b8a9c2355feefbf2d92d4e to your computer and use it in GitHub Desktop.
Monitonic time in NS in python
import time
time_ns = time.monotonic_ns()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment