Python: introducing tprof, a targeting profiler
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.
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.