netmic
.timer
Classes for measuring time.
Modules
time
Classes
TimerCPU
TimerWall
class
TimerCPU
### code adopted from
http://www.huyng.com/posts/python-performance-analysis/
Methods defined here:
__enter__
(self)
__exit__
(self, *args)
__init__
(self, verbose
=False
)
class
TimerWall
Methods defined here:
__enter__
(self)
__exit__
(self, *args)
__init__
(self, verbose
=False
)