From 069da96862b875a839e6373eb969b3052ca75fd5 Mon Sep 17 00:00:00 2001 From: Sam Petherbridge Date: Fri, 8 Jan 2021 20:27:19 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=20Remove=20profiling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c844d5b99..02e1de2eb 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,6 @@ 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. - * [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. * [pyflame](https://github.com/uber/pyflame) - A ptracing profiler For Python. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler.