mirror of
https://github.com/python/cpython.git
synced 2026-05-04 09:31:02 +00:00
Adds `python -m profiling.sampling dump <pid>`, which prints a single traceback-style snapshot of a running process's Python stack via the existing `_remote_debugging` unwinder. Supports per-thread status, source line highlighting, optional bytecode opcodes, and async-aware task reconstruction (`--async-aware`, default `--async-mode=all`). |
||
|---|---|---|
| .. | ||
| sampling | ||
| tracing | ||
| __init__.py | ||