Description
Running Python programs can be profiled by sampling without modifying their source from a prebuilt binary. This profiler is for developers diagnosing CPU hotspots, hangs, or production performance issues. It may inspect other processes and reveal stack frames or paths, so permissions and captured reports should be handled carefully.