Created
May 11, 2023 14:52
-
-
Save AlexMikhalev/9a2cd3a1c2b8a9c2355feefbf2d92d4e to your computer and use it in GitHub Desktop.
Monitonic time in NS in python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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