How to get high precision timer in python?

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


2008/10/29 甜瓜 <littlesweetmelon at gmail.com>:
> 2008/10/29 James Mills <prologic at shortcircuit.net.au>:
>> 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 ?
>>
>
> Well, whatelse can I use?

try time.clock

cheers
James

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


More information about the Python-list mailing list