From 80253b3c2d11d68dd6943d8d5ead117a81bf4a9e Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 2 Jul 2014 10:20:08 +0800 Subject: [PATCH] add memory_profiler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc8ac644..f8e04424 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [pyringe](https://github.com/google/pyringe) - Debugger capable of attaching to and injecting code into Python processes. * [django-debug-toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar) - Display various debug information about the current request/response. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. +* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code. ## Science and Data Analysis