mirror of
https://github.com/python/cpython.git
synced 2026-01-12 02:10:09 +00:00
When running the `profiling.sampling` module in pstats mode, the output can be emitted in two different ways: text to stdout or a binary file when the `--output` argument is set. The current documentation and help text is confusing as it does not distinguish between these two output formats so it may be surprising to the user to get different formats depending whether `--output` is set or not. |
||
|---|---|---|
| .. | ||
| sampling | ||
| tracing | ||
| __init__.py | ||