Show More
@@ -1675,7 +1675,7 b' Currently the magic system has the following functions:\\n"""' | |||
|
1675 | 1675 | exit_ignore=exit_ignore) |
|
1676 | 1676 | t1 = clock2() |
|
1677 | 1677 | t_usr = t1[0]-t0[0] |
|
1678 |
t_sys = t1[1]-t |
|
|
1678 | t_sys = t1[1]-t0[1] | |
|
1679 | 1679 | print "\nIPython CPU timings (estimated):" |
|
1680 | 1680 | print " User : %10s s." % t_usr |
|
1681 | 1681 | print " System: %10s s." % t_sys |
@@ -1687,7 +1687,7 b' Currently the magic system has the following functions:\\n"""' | |||
|
1687 | 1687 | exit_ignore=exit_ignore) |
|
1688 | 1688 | t1 = clock2() |
|
1689 | 1689 | t_usr = t1[0]-t0[0] |
|
1690 |
t_sys = t1[1]-t |
|
|
1690 | t_sys = t1[1]-t0[1] | |
|
1691 | 1691 | print "\nIPython CPU timings (estimated):" |
|
1692 | 1692 | print "Total runs performed:",nruns |
|
1693 | 1693 | print " Times : %10s %10s" % ('Total','Per run') |
General Comments 0
You need to be logged in to leave comments.
Login now