mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
4 lines
240 B
ReStructuredText
4 lines
240 B
ReStructuredText
Add a new ``--live`` mode to the tachyon profiler in
|
|
:mod:`!profiling.sampling` module. This mode consist of a live TUI that
|
|
displays real-time profiling statistics as the target application runs,
|
|
similar to ``top``. Patch by Pablo Galindo
|