In the notebook, suppose I want to do
2+2;2*2
so that they evaluate and display nicely after each other.  Then
suppose I want to time them:
%time
2+2;2*2
But then I only get the total timing for the cell, not each part
individually.  Is there any way to do that (other than explicitly
calling the timeit module for each one, which is totally not worth it
for my purposes)?

- kcrisman
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to