sumerc / yappi

Yet Another Python Profiler, but this time multithreading, asyncio and gevent aware.
MIT License
1.45k stars 73 forks source link

Feature request: Add min and max execution times to generated stats #68

Open AlexanderRavenheart opened 3 years ago

AlexanderRavenheart commented 3 years ago

The current values (tsub, ttot, tavg) do not provide sufficient profiling data when dealing with temporary speed-ups or slowdowns.

My request is to add:

This would provide valuable data for tracking which sections of code are most affected by drops/spikes in performance (cpu & memory consumption).