Re: [Python-Dev] PEP: New timestamp formats
Feb. 3, 2012
11:39 p.m.
consider changing the default on any of these that return a time value. these for example: * time.clock_gettime() * time.wallclock() (reuse time.clock_gettime(time.CLOCK_MONOTONIC))
Ah. Nanosecond resolution is overkill is common cases, float is enough and is faster. I prefer to use the same type (float) by default for all functions creating timestamps. Victor
5246
Age (days ago)
5246
Last active (days ago)
0 comments
1 participants
participants (1)
-
Victor Stinner