STINNER Victor added the comment:

Python 3.3 has a new time.perf_counter() function. It may be possible to expose 
this function in C and then use it in _lsprof. See the PEP for the list of 
(OS/hardware) clocks used by this function:

http://www.python.org/dev/peps/pep-0418/#time-perf-counter
http://www.python.org/dev/peps/pep-0418/#time-monotonic

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2281>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to