[issue31415] Add -X option to show import time

STINNER Victor report at bugs.python.org
Tue Oct 3 21:14:45 EDT 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

> Could we change PyTime_GetMonotonicClock implementation to use it on Windows?

No. See the PEP 418 for the rationale.

But we could add a _PyTime_GetPerfCounter() to Python/pytime.c.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31415>
_______________________________________


More information about the Python-bugs-list mailing list