From f8a994327e0f76caf13a64d6cff90849668394a2 Mon Sep 17 00:00:00 2001 From: "Gabriele N. Tornetta" Date: Fri, 16 Jul 2021 23:42:52 +0100 Subject: [PATCH] Add Austin Austin is a Python frame stack sampler for CPython that can be used to extract profiling data from a Python application with zero instrumentation and minimal impact. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71d7807..67e260a 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ Only main chapters:   :small_orange_diamond: rr - is a lightweight tool for recording, replaying and debugging execution of applications.
  :small_orange_diamond: Performance Co-Pilot - a system performance analysis toolkit.
  :small_orange_diamond: hexyl - a command-line hex viewer.
+  :small_orange_diamond: Austin - Python frame stack sampler for CPython.

##### :black_small_square: Log Analyzers