Message380941
> suggest to use time.perf_counter_ns() instead of time.perf_counter()
> for best precision.
QPC typically has a frequency of 1e7, which requires 24 bits for the fraction of a second. So a system can be up for years before the 53-bit precision of a float is an issue. What am I missing? |
|
Date |
User |
Action |
Args |
2021-03-21 21:10:58 | eryksun | unlink | issue37205 messages |
2020-11-13 23:17:21 | eryksun | set | recipients:
+ eryksun, paul.moore, vstinner, tim.golden, docs@python, zach.ware, steve.dower, Mariatta, danielhrisca, kh90909 |
2020-11-13 23:17:21 | eryksun | set | messageid: <1605309441.37.0.518353065875.issue37205@roundup.psfhosted.org> |
2020-11-13 23:17:21 | eryksun | link | issue37205 messages |
2020-11-13 23:17:21 | eryksun | create | |
|