Show More
@@ -1704,7 +1704,7 b' Currently the magic system has the following functions:\\n"""' | |||||
1704 | t_sys = t1[1]-t0[1] |
|
1704 | t_sys = t1[1]-t0[1] | |
1705 | print "\nIPython CPU timings (estimated):" |
|
1705 | print "\nIPython CPU timings (estimated):" | |
1706 | print "Total runs performed:",nruns |
|
1706 | print "Total runs performed:",nruns | |
1707 |
print " Times : %10 |
|
1707 | print " Times : %10s %10s" % ('Total','Per run') | |
1708 | print " User : %10.2f s, %10.2f s." % (t_usr,t_usr/nruns) |
|
1708 | print " User : %10.2f s, %10.2f s." % (t_usr,t_usr/nruns) | |
1709 | print " System : %10.2f s, %10.2f s." % (t_sys,t_sys/nruns) |
|
1709 | print " System : %10.2f s, %10.2f s." % (t_sys,t_sys/nruns) | |
1710 | twall1 = time.time() |
|
1710 | twall1 = time.time() |
General Comments 0
You need to be logged in to leave comments.
Login now