From c8272bb51e118b9b2c3c6c6800501eed64f138d7 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Thu, 10 Nov 2022 13:22:41 +0000 Subject: [PATCH] Add cargo-show-asm --- data/crates.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index 662a6df..f44b8b5 100644 --- a/data/crates.json +++ b/data/crates.json @@ -82,7 +82,7 @@ }] }, { - "name": "Profiling", + "name": "Performance", "recommendations": [{ "name": "cargo-flamegraph", "link": "https://github.com/flamegraph-rs/flamegraph#cargo-flamegraph", @@ -90,6 +90,9 @@ }, { "name": "dhat", "notes": "Heap memory profiling" + }, { + "name": "cargo-show-asm", + "notes": "Printed the generated assembly for a Rust function" }] }, {