Python: introducing tprof, a targeting profiler

Python: introducing tprof, a targeting profiler

Articles

tprof is a Python 3.12+ targeting profiler that measures time only inside specified functions using sys.monitoring for low overhead and quick before and after comparisons.