Merge pull request #1030 from tomviner/patch-1

Add Pyflame
This commit is contained in:
Vinta 2018-03-03 02:54:25 +08:00 committed by GitHub
commit fe300f2301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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