🤝 Add pyinstrument (#202)

This commit is contained in:
Lukasz Mentel 2022-11-12 18:25:33 +01:00 committed by GitHub
parent c5bb846e2b
commit 4ff2b6fcc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -221,6 +221,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-query-profiler](https://github.com/django-query-profiler/django-query-profiler) - Django query profiler to help resolve N+1 queries. - [django-query-profiler](https://github.com/django-query-profiler/django-query-profiler) - Django query profiler to help resolve N+1 queries.
- [django-silk](https://github.com/jazzband/django-silk) - Live profiling and inspection of HTTP requests and database queries. - [django-silk](https://github.com/jazzband/django-silk) - Live profiling and inspection of HTTP requests and database queries.
- [py-spy](https://github.com/benfred/py-spy) - Sampling profiler for Python programs. - [py-spy](https://github.com/benfred/py-spy) - Sampling profiler for Python programs.
- [pyinstrument](https://github.com/joerick/pyinstrument) - Call stack profiler for Python, Django, Flask, FastAPI.
### Search ### Search
- [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django. - [django-haystack](https://github.com/django-haystack/django-haystack) - Modular search for Django.