diff --git a/README.md b/README.md index 9bbafe47..15aba1dc 100644 --- a/README.md +++ b/README.md @@ -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.