Home | Trees | Indices | Help |
|
---|
|
object --+ | Timer
A general timer that can measure the elapsed time between a start and end time.
The timer function used, depends on os (as in timeit.py Python standard library)
* On Windows, the best timer is time.clock() * On most other platforms the best timer is time.time()
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
elapsed_ms Return the elapsed time in milliseconds between start and end. |
|
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Property Details |
elapsed_msReturn the elapsed time in milliseconds between start and end.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Nov 10 02:55:34 2019 | http://epydoc.sourceforge.net |