diff --git a/README.md b/README.md
index 41ed46f1445a5b91fa4634e9976f217dd2475550..d9cc1086d2bb7262fae9b65544978630b6223e22 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.