From fcd3f4e6c477c86c15e3cdf2901eb487452b8dab Mon Sep 17 00:00:00 2001 From: Joseph Sebastian Date: Fri, 16 Jun 2023 09:48:51 +0200 Subject: [PATCH] Add scalene --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7856d360..a4f89820 100644 --- a/README.md +++ b/README.md @@ -465,6 +465,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust. * [pyflame](https://github.com/uber/pyflame) - A ptracing profiler For Python. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler. + * [scalene](https://github.com/plasma-umass/scalene) - A high-performance, high-precision CPU, GPU, and memory profiler. * Others * [django-debug-toolbar](https://github.com/jazzband/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.