Merge pull request #1706 from SamPetherbridge/patch-3

This commit is contained in:
Vinta Chen 2021-01-22 18:22:53 +08:00 committed by GitHub
commit 2ebe6febcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -460,7 +460,6 @@ 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.
* [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler.
* [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust. * [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust.
* [pyflame](https://github.com/uber/pyflame) - A ptracing profiler For Python. * [pyflame](https://github.com/uber/pyflame) - A ptracing profiler For Python.
* [vprof](https://github.com/nvdv/vprof) - Visual Python profiler. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.