stytra
stytra copied to clipboard
Deprecate python 3.6 and introduce more accurate clocks
By using time_ns()
or perf_counter_ns()
(the second option requires extra interprocess synchronisations, but it would be worth it for extra precision)
https://www.python.org/dev/peps/pep-0564/#windows