From da75c28f367454c621e690eeb4e44ec2ebb29a78 Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Sat, 1 Feb 2025 02:18:28 -0500 Subject: [PATCH] Remove a sentence from the readme. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8fbbaedc..810ce9c3 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,6 @@ sudo sysctl kernel.perf_event_mlock_kb=2048 Here's a profile from `samply record rustup check`: https://share.firefox.dev/3hteKZZ -I'll add some Linux examples when I get a chance. - ## Turn on debug info for full stacks If you profile Rust code, make sure to profile a binary which was compiled **in release mode** and **with debug info**. This will give you inline stacks and a working source code view.