File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ This table shows how long each function took. If you want to understand
101101The ``tottime`` column says how much time was spent inside this function,
102102across all calls, and without counting the time that was spent in
103103sub-functions. See how the ``get_divisors`` function in our example has a very
104- high ``tottime`` of 7.997 seconds, which is about 100% of the entire run time.
104+ high ``tottime`` of 7.898 seconds, which is about 100% of the entire run time.
105105This means that ``get_divisors`` is what's causing our program to run slow, and
106106if we'll want to optimize the program, we should try to come up with a smarter
107107way of finding all of a number's divisors than going one-by-one over all
You can’t perform that action at this time.
0 commit comments