`profiling.sampling` — Statistical profiler
Summary
The article describes Python's Tachyon: profiling.sampling, a statistical profiler that can attach to running Python processes with minimal overhead, suitable for production profiling. It documents how sampling-based profiling works, how to run/attach/dump/replay, and multiple output formats (pstats, flame graph, heatmap, gecko), along with configuration options and platform considerations.