Re: [Pythonmac-SIG] The time module

2011-02-21 Thread Ned Deily
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

Re: [Pythonmac-SIG] The time module

2011-02-21 Thread Michael Geary
>>> 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

[Pythonmac-SIG] The time module

2011-02-21 Thread Rafael Bejarano
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