![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveDetermining actual elapsed (wall-clock) time
From: Peter Hansen <peter@engcorp.com>
Date: Sat Jul 02 2005 - 22:11:39 CEST
I would like to determine the "actual" elapsed time of an operation
Using time.time() doesn't appear to be suitable, since time might jump
Using time.clock() doesn't appear to be suitable on Linux, though it
There used to be a "timing" module (according to
I can deal with wraparounds if necessary. I'm not too concerned about
Thanks for any suggestions.
-Peter
|