Hi,

> I hope people will
> testhttp://uw.sagenb.org/! Please try it.  Report any bugs at all
> that you find.

I tested the %timeit option. It works when a space is added after
%timeit, but works like %time when no space is added :

---------------------------------------------------
%time
t = 9+0

CPU time: 0.00 s,  Wall time: 0.00 s
---------------------------------------------------
%timeit
t = 9+0

CPU time: 0.00 s,  Wall time: 0.00 s
---------------------------------------------------
%timeit[SPACE]
t = 9+0

625 loops, best of 3: 352 ns per loop
---------------------------------------------------

Sébastien
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to