| Home | Trees | Indices | Help |
|---|
|
|
A simple timer class used to measure and record run times. Each timer has a member variable named table which keeps a log of timing data.
Usage: timer = pv.Timer()
... Do Some Stuff ...
timer.mark("Event 1")
... Do Some Stuff ...
timer.mark("Event 2")
print timer -- or -- ilog(timer,"TimingData")
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Create and setup the timer. Also creates a mark titled "Timer Created". |
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 21 14:31:59 2015 | http://epydoc.sourceforge.net |