[Python-Dev] PEP 418: Add monotonic clock (original) (raw)
Nadeem Vawda nadeem.vawda at gmail.com
Sat Mar 31 11:50:59 CEST 2012
- Previous message: [Python-Dev] PEP 418: Add monotonic clock
- Next message: [Python-Dev] PEP 418: Add monotonic clock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Mar 31, 2012 at 8:27 AM, Lennart Regebro <regebro at gmail.com> wrote:
So, how about time.timer()?
That seems like a bad idea; it would be too easy to confuse with (or misspell as) time.time().
Out of the big synonym list Guido posted, I rather like time.stopwatch() - it makes it more explicit that the purpose of the function is to measure intervals, rather identifying absolute points in time.
Cheers, Nadeem
- Previous message: [Python-Dev] PEP 418: Add monotonic clock
- Next message: [Python-Dev] PEP 418: Add monotonic clock
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]