File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2528,7 +2528,7 @@ duration = time() - start_time
2528
2528
#### High performance:
2529
2529
``` python
2530
2530
from time import perf_counter
2531
- start_time = perf_counter() # Seconds since restart.
2531
+ start_time = perf_counter() # Seconds since the restart.
2532
2532
...
2533
2533
duration = perf_counter() - start_time
2534
2534
```
Original file line number Diff line number Diff line change 2204
2204
2205
2205
2206
2206
< div > < h4 id ="highperformance "> High performance:</ h4 > < pre > < code class ="python language-python hljs "> < span class ="hljs-keyword "> from</ span > time < span class ="hljs-keyword "> import</ span > perf_counter
2207
- start_time = perf_counter() < span class ="hljs-comment "> # Seconds since restart.</ span >
2207
+ start_time = perf_counter() < span class ="hljs-comment "> # Seconds since the restart.</ span >
2208
2208
...
2209
2209
duration = perf_counter() - start_time
2210
2210
</ code > </ pre > </ div >
You can’t perform that action at this time.
0 commit comments