On 23-7-2014 17:50, Orochi wrote:
> I want a timer to calculate the execution time of the program
> actually I am trying to solve problems on codechef.com and want to find out
> the time and memory taken by the program to execute.
>
> I know we can import time.time() in unix and time.clock() in
I want a timer to calculate the execution time of the program
actually I am trying to solve problems on codechef.com and want to find out the
time and memory taken by the program to execute.
I know we can import time.time() in unix and time.clock() in windows
also there is a library timeit().
bu