In article ,
Rafael Bejarano wrote:
> I can't get the clock() function in the time module to work. I would
> appreciate any helpful suggestions.
>
> Below is a copy of the Terminal session, for your perusal.
>
> Thanks.
> Rafael Bejarano
>
> Last login: Mon Feb 21 13:02:48 on ttyp1
> Welcome
>>> import time
>>> time.clock()
0.0591850001
or:
>>> from time import clock
>>> clock()
best,
mg
On Feb 21, 2011, at 12:38 PM, Rafael Bejarano wrote:
> Hello,
>
> I can't get the clock() function in the time module to work. I would
> appreciate any helpful suggestions.
>
> Below
Hello,
I can't get the clock() function in the time module to work. I would
appreciate any helpful suggestions.
Below is a copy of the Terminal session, for your perusal.
Thanks.
Rafael Bejarano
Last login: Mon Feb 21 13:02:48 on ttyp1
Welcome to Darwin!
173-216-77-254-arka:~ Rafael$ python