Vamsikrishna wrote:
How to place the timer in python code.
I want calculate the python script execution time.
ex : Start Timer
: End Timer
Execution Time : End Timer - Start Timer.
How can we write the python code for this.
Help would be appreciable.
Thanks in Advance.
Vamsi
impor
Vamsikrishna wrote:
How to place the timer in python code.
timeit ...
it's in the standard library:
http://docs.python.org/library/timeit.html
Cheers,
Ju
--
Whomever controls the press, owns history
-- Johann Gutenberg
--
http://mail.python.org/mailman/listinfo/python-list
How to place the timer in python code.
I want calculate the python script execution time.
ex : Start Timer
: End Timer
Execution Time : End Timer - Start Timer.
How can we write the python code for this.
Help would be appreciable.
Thanks in Advance.
Vamsi
--
http://mail.python.org/mailm