Merge pull request #798 from nvdv/patch-1

Add vprof to profilers section
This commit is contained in:
Vinta 2017-02-02 14:42:34 +08:00 committed by GitHub
commit 3acd416ce0

View file

@ -417,6 +417,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
* [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information for Django.
* [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver.