Unexpected Output Of (python) Time.clock()
Having some trouble understanding the output from time.clock(): Linux 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Distributor ID: Lin
Solution 1:
on Linux systems, time.clock()
returns "processor time", not "wall time".
Post a Comment for "Unexpected Output Of (python) Time.clock()"