Description
Profiling sessions can trace Python programs and visualize timing behavior with low overhead. This command-line tool helps developers find slow paths, debug execution flow, and inspect trace output in a browser view.
It runs target code under tracing and writes profiling data. Be careful when profiling programs that handle secrets, because traces and logs can capture function names, file paths, arguments, or timing details.