On Nov 24, 2008, at 9:51 PM, Mike Hansen wrote:
>
> You can do this in 3.2:
>
> sage: s = timeit.eval("2+3")
> sage: s
> 625 loops, best of 3: 942 ns per loop
> sage: s.stats
> (625, 3, 3, 942.230224609375, 'ns')
>
> The code is in sage/misc/sage_timeit.py and sage/misc/
> sage_timeit_class.py.
>
Thanks a lot. This will definitely help.
Cheers,
Tim.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---