This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients MrJean1, alexandre.vassalotti, belopolsky, gregory.p.smith, kristjan.jonsson, nirai, pitrou, vstinner
Date 2012-09-22.00:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348274775.89.0.99339807787.issue2281@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-09-22 00:46:16vstinnersetrecipients: + vstinner, gregory.p.smith, belopolsky, pitrou, kristjan.jonsson, alexandre.vassalotti, MrJean1, nirai
2012-09-22 00:46:15vstinnersetmessageid: <1348274775.89.0.99339807787.issue2281@psf.upfronthosting.co.za>
2012-09-22 00:46:14vstinnerlinkissue2281 messages
2012-09-22 00:46:14vstinnercreate