Add vprof to profilers section

This commit is contained in:
nvdv 2016-12-17 13:22:28 +03:00 committed by GitHub
parent 6cd88c3425
commit b3197ea138
1 changed files with 1 additions and 0 deletions

View File

@ -421,6 +421,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling.
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
* [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.
* Others
* [pyelftools](https://github.com/eliben/pyelftools) - Parsing and analyzing ELF files and DWARF debugging information.
* [python-statsd](https://github.com/WoLpH/python-statsd) - Python Client for the [statsd](https://github.com/etsy/statsd/) server.