From b3197ea138af9cb2a0b0dfe2d9cccf79fcabddba Mon Sep 17 00:00:00 2001 From: nvdv Date: Sat, 17 Dec 2016 13:22:28 +0300 Subject: [PATCH] Add vprof to profilers section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41ed46f1..d9cc1086 100644 --- a/README.md +++ b/README.md @@ -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.