Skip to content

Commit 08628ea

Browse files
committed
-
1 parent 78b2294 commit 08628ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/cute-profile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ This table shows how long each function took. If you want to understand
101101
The ``tottime`` column says how much time was spent inside this function,
102102
across all calls, and without counting the time that was spent in
103103
sub-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.
105105
This means that ``get_divisors`` is what's causing our program to run slow, and
106106
if we'll want to optimize the program, we should try to come up with a smarter
107107
way of finding all of a number's divisors than going one-by-one over all

0 commit comments

Comments
 (0)