sumerc / yappi

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

"tavg" and "avgtime" sort types point to incorrect YFuncStat key #87

Closed Phanabani closed 3 years ago

Phanabani commented 3 years ago

In SORT_TYPES_FUNCSTATS, the sort types tavg and avgtime point to the incorrect YFuncStat key (the ctx_id key). Discovered when trying to use stats.sort('tavg', 'desc').