From 177696e359b6ef5ca63a29559ccca7703f51adbf Mon Sep 17 00:00:00 2001 From: "Gabriele N. Tornetta" Date: Sun, 11 Oct 2020 20:05:20 +0100 Subject: [PATCH] Update link to Austin instructions (#319) The Austin format conversion tools have been moved to the dedicated austin-python module. The README has been updated to point to the new instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 471bdc0..5e749d5 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ speedscope is designed to ingest profiles from a variety of different profilers - Python - [Importing from py-spy](https://github.com/jlfwong/speedscope/wiki/Importing-from-py-spy-(python)) - [pyspeedscope](https://github.com/windelbouwman/pyspeedscope) - - [Importing from Austin](https://github.com/p403n1x87/austin#speedscope) + - [Importing from Austin](https://github.com/P403n1x87/austin-python#format-conversion) - Go - [Importing from pprof](https://github.com/jlfwong/speedscope/wiki/Importing-from-pprof-(go)) - Rust