We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17252ec commit 7ca3bb9Copy full SHA for 7ca3bb9
Lib/profiling/sampling/cli.py
@@ -647,7 +647,7 @@ def _validate_args(args, parser):
647
print(
648
f"Warning: --blocking with a {args.sample_interval_usec} µs interval will stop all threads "
649
f"{1_000_000 // args.sample_interval_usec} times per second. "
650
- "Consider using --sampling-rate 10khz or lower to reduce overhead.",
+ "Consider using --sampling-rate 1khz or lower to reduce overhead.",
651
file=sys.stderr
652
)
653
0 commit comments