Home | Trees | Indices | Help |
|
---|
|
object --+ | ElapsedTime
using time.clock with overflow handling to measure CPU time.
Example:
>>> clock = ElapsedTime() # clock starts here >>> t1 = clock() # get elapsed CPU time
Details: 32-bit C overflows after int(2**32/1e6) == 4294s about 72 min
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 3 01:17:17 2015 | http://epydoc.sourceforge.net |