mirror of
https://github.com/python/cpython.git
synced 2026-01-02 05:23:42 +00:00
Implement a statistical sampling profiler that can profile external Python processes by PID. Uses the _remote_debugging module and converts the results to pstats-compatible format for analysis. Co-authored-by: Pablo Galindo <pablogsal@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| collector.py | ||
| profile.py | ||
| pstats_collector.py | ||
| sample.py | ||
| stack_collector.py | ||