Add Pyflame

This commit is contained in:
Tom V 2018-03-01 13:33:51 +00:00 committed by GitHub
parent a9fb5df42c
commit 7a45582c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -432,6 +432,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Profiler * Profiler
* [line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling. * [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. * [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. * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
* [vprof](https://github.com/nvdv/vprof) - Visual Python profiler. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.
* Others * Others