Skip to content

Commit 7ca3bb9

Browse files
committed
fixup! Fix sampling rgument
1 parent 17252ec commit 7ca3bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/profiling/sampling/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def _validate_args(args, parser):
647647
print(
648648
f"Warning: --blocking with a {args.sample_interval_usec} µs interval will stop all threads "
649649
f"{1_000_000 // args.sample_interval_usec} times per second. "
650-
"Consider using --sampling-rate 10khz or lower to reduce overhead.",
650+
"Consider using --sampling-rate 1khz or lower to reduce overhead.",
651651
file=sys.stderr
652652
)
653653

0 commit comments

Comments
 (0)