Popular recipes by Narendra Sisodiya http://code.activestate.com/recipes/users/4177605/2011-04-11T19:53:17-07:00ActiveState Code RecipesPythonTimer (Python)
2011-04-11T19:53:17-07:00Narendra Sisodiyahttp://code.activestate.com/recipes/users/4177605/http://code.activestate.com/recipes/577646-pythontimer/
<p style="color: grey">
Python
recipe 577646
by <a href="/recipes/users/4177605/">Narendra Sisodiya</a>
(<a href="/recipes/tags/timer/">timer</a>).
Revision 2.
</p>
<p>import PythonTimer</p>
<p>t = PythonTimer.TickTockTimer()</p>
<p>t.StartTimer()</p>
<p>t.GetTime()</p>
<p>3.9744668006896973</p>
<p>t.Pause()</p>
<p>t.UnPause()</p>