Add scalene

This commit is contained in:
Joseph Sebastian 2023-06-16 09:48:51 +02:00 committed by GitHub
parent fcf4aeb762
commit fcd3f4e6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.