high resolution time needed

2005-02-21 Thread Uwe Mayer
Hi, I need a function returning a time value with a higher resolution that the standard 1sec unix timestamp. I found the clock() function in the time module, but that seems to return the same value (in the Python shell) each time I call it (Debian Linux speaking here). Any ideas? Thanks, Uwe -

Re: high resolution time needed

2005-02-21 Thread Diez B. Roggisch
> I need a function returning a time value with a higher resolution that the > standard 1sec unix timestamp. I found the clock() function in the time > module, but that seems to return the same value (in the Python shell) each > time I call it (Debian Linux speaking here). Standard unix is a milli