diff --git a/README.md b/README.md index ec0dc45..bfab2ce 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Profiler * [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. + * [Pyflame](https://github.com/uber/pyflame) - Attach this Ptracing Profiler to any processes running Python. Perfect for profiling production webservers. * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler. * Others