How to get high precision timer in python?

James Mills prologic at shortcircuit.net.au
Tue Oct 28 22:18:26 EDT 2008


On Wed, Oct 29, 2008 at 12:14 PM, 甜瓜 <littlesweetmelon at gmail.com> wrote:
> I use python2.5 in WindowsXP. If using time.time() as timer, it seems

On the win32 platform should you not
be using time.clock vs. time.time ?

--JamesMills

-- 
--
-- "Problems are solved by method"


More information about the Python-list mailing list