◐ Shell
clean mode source ↗

gh-110850: Add PyTime_TimeUnchecked() function by vstinner · Pull Request #115973 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

Add functions:

* PyTime_MonotonicUnchecked()
* PyTime_PerfCounterUnchecked()
* PyTime_TimeUnchecked()

Python now fails with a fatal error at startup if reading the system
clock, the monotonic clock or the perf counter clock fails.

Add py_perf_counter() function to factorize code.

Labels