Yappi is yet another Python profiler.
Yappi is yet another Python profiler.
Features:
- Profiling of multithreaded Python applications transparently.
- Supports profiling per-thread CPU time(new in 0.62)
- Profiler can be started from any thread at any time.
- Ability to get statistics at any time without even stopping the profiler.
- Various flags to arrange/sort profiler results.
- Supports Python 2.3 <= x <= Python 3.2.