v 1.6.10 Updated: 3 days, 8 hours ago
Yet Another Python Profiler.
The CPython standard distribution comes with three profilers: cProfile, Profile and hotshot. The cProfile module is implemented as a C module based on lsprof, Profile is in pure Python, and the hotshot can be seen as a small subset of a cProfile. Unlike any of these profilers, however, yappi fully supports profiling multi-threaded programs.
https://github.com/sumerc/yappi
Installations | 0 |
Requested Installations | 0 |