Commit Graph

13 Commits

Author SHA1 Message Date
Victor Stinner 3c3c2f09d4 PEP 418: Rename clock_precision.py to clock_resolution.py 2012-04-24 00:12:53 +02:00
Victor Stinner bfcd81b80e PEP 418: Patch bench_time.c to support systems without clock_gettime() 2012-04-19 23:26:51 +02:00
Victor Stinner be3cb55aaf PEP 418: Fix bench_time.c
It may not affect the result because the benchmark is run 5 times
2012-04-19 01:41:35 +02:00
Victor Stinner 0dcc3e959d PEP 418: clock_precision.py was wrong, recompute all "Precision in Python" 2012-04-18 22:49:58 +02:00
Victor Stinner 83d406250f PEP 418: Oops, fix typo in last commit 2012-04-18 00:39:39 +02:00
Victor Stinner 64a87deb1f PEP 418: Fix clock_precision.py, time.monotonic() is not always present 2012-04-18 00:39:03 +02:00
Victor Stinner 38da45e1bb PEP 418: Add benchmark results of Mac OS 10.6
Fix also clock_precision.py: catch clock_gettime() errors
2012-04-17 23:59:33 +02:00
Victor Stinner e80b7c5d8b PEP 418: clock_precision.py only uses ASCII to avoid UnicodeEncodeError on print() 2012-04-17 23:40:47 +02:00
Victor Stinner 51b61fa439 PEP 418: Cameron Simpson rewrote the text of his alternative 2012-04-15 11:46:01 +02:00
Victor Stinner f0c1353bde PEP 418: Cleanup info on precision 2012-04-14 00:47:00 +02:00
Victor Stinner 165038702e PEP 418: Add precision in Python of FreeBSD clocks 2012-04-13 23:24:44 +02:00
Victor Stinner 5837b185c5 PEP 418: Add precision in Python; clock() will not be removed; add users 2012-04-13 22:07:36 +02:00
Victor Stinner bc409e7511 PEP 418: Add bench_time.c 2012-04-12 00:32:44 +02:00