mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Merge pull request #798 from nvdv/patch-1
Add vprof to profilers section
This commit is contained in:
commit
3acd416ce0
1 changed files with 1 additions and 0 deletions
|
@ -417,6 +417,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [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.
|
||||
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
|
||||
* [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.
|
||||
* Others
|
||||
* [django-debug-toolbar](https://github.com/django-debug-toolbar/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.
|
||||
|
|
Loading…
Reference in a new issue