"Trass3r" wrote
>I wrote a module to ease time measurement in my projects.
> Does anyone know how to get elapsed milli- or nanoseconds under linux? 
> Want to make it portable :)

Tango uses gettimeofday, which has microsecond resolution.

See tango.time.StopWatch for functionality similar to your code.

-Steve 


Reply via email to