Kristján Valur Jónsson <kristjan <at> ccpgames.com> writes: > > You are right, on windows time.clock() is based relative to its first call in the process. There is no such > promise made on unix. > QueryPerformanceCounter() (what time.clock uses()) is a robust high resolution timer that is > processor/core independent. It should be possible to use it across different processes too, if this > annoying rebasing wasn't there.
Well, could we simply have a high-resolution time.time()? Or is Windows just too limited to provide this? Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com