mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
Add Pyflame
This commit is contained in:
parent
a9fb5df42c
commit
7a45582c12
1 changed files with 1 additions and 0 deletions
|
@ -432,6 +432,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* Profiler
|
||||
* [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.
|
||||
* [Pyflame](https://github.com/uber/pyflame) - Attach this Ptracing Profiler to any processes running Python. Perfect for profiling production webservers.
|
||||
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
|
||||
* [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.
|
||||
* Others
|
||||
|
|
Loading…
Reference in a new issue