Skip to content

Commit cdeb838

Browse files
chris-eiblencukou
andauthored
Apply suggestions from code review
Co-authored-by: Petr Viktorin <[email protected]>
1 parent e7bd81d commit cdeb838

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,8 +2588,9 @@ class Stopwatch:
25882588
process_time does not exist everywhere (e.g. WASM).
25892589
25902590
N.B.:
2591+
- This *includes* time spent in other threads/processes.
25912592
- Some systems only have a coarse resolution; check
2592-
stopwatch.clock_info.resolution if.
2593+
stopwatch.clock_info.resolution when using the results.
25932594
25942595
Usage:
25952596

0 commit comments

Comments
 (0)