Changes between Initial Version and Version 1 of Ticket #2178, comment 3
- Timestamp:
- 06/20/19 09:03:46 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2178, comment 3
initial v1 18 18 So we lost a tiny bit of performance with python3 (not with python2), but we gained precision. 19 19 20 21 ---- 22 23 The python2 [https://docs.python.org/2/library/time.html#time.clock time.clock] uses {{{QueryPerformanceCounter}}}, but it is deprecated in python3.