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.Python Timing - time.clock() vs. time.ti …
September 17th, 2008 · No Comments
Tags: Uncategorized
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.
Leave a Comment