mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
🗑 Remove profiling
Remove the profiling repo as it has been archived and no longer maintained. The repo owner is highly recommending people switching to py-spy which provides better performance and usability. Repo: https://github.com/what-studio/profiling
This commit is contained in:
parent
55bb9e02de
commit
069da96862
1 changed files with 0 additions and 1 deletions
|
@ -459,7 +459,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.
|
||||||
|
|
Loading…
Reference in a new issue