Skip to content

Commit fe300f2

Browse files
authored
Merge pull request vinta#1030 from tomviner/patch-1
Add Pyflame
2 parents a9fb5df + 7a45582 commit fe300f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
432432
* Profiler
433433
* [line_profiler](https://github.com/rkern/line_profiler) - Line-by-line profiling.
434434
* [memory_profiler](https://github.com/fabianp/memory_profiler) - Monitor Memory usage of Python code.
435+
* [Pyflame](https://github.com/uber/pyflame) - Attach this Ptracing Profiler to any processes running Python. Perfect for profiling production webservers.
435436
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
436437
* [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.
437438
* Others

0 commit comments

Comments
 (0)