Message 170942 - Python tracker (original) (raw)
Message170942
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:16 | vstinner | set | recipients: + vstinner, gregory.p.smith, belopolsky, pitrou, kristjan.jonsson, alexandre.vassalotti, MrJean1, nirai |
2012-09-22 00:46:15 | vstinner | set | messageid: 1348274775.89.0.99339807787.issue2281@psf.upfronthosting.co.za |
2012-09-22 00:46:14 | vstinner | link | issue2281 messages |
2012-09-22 00:46:14 | vstinner | create |