Hoosgot

Send your wishes and desires out into the ether.

Hoosgot header image 2

Python Timing - time.clock() vs. time.ti …

September 17th, 2008 · No Comments

http://coreygoldberg.blogspot.com/2008/09/python-timing-timeclock-vs-timetime.html asks Hoosgot,

Dear Lazyweb, Which is better to use for timing in Python? time.clock() or time.time()? Which one provides more accuracy? for example: start = time.clock() … do something elapsed = (time.clock() - start) vs. start = time.time() … do something elapsed = (time.time() - start)

Visit the blog to lend your wisdom, or you can comment below.

Tags: Uncategorized

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment