From 2212d8d962436288a1297bafad4d9070df00d867 Mon Sep 17 00:00:00 2001 From: pawurb Date: Tue, 7 Oct 2025 21:41:31 +0200 Subject: [PATCH] Add post about Rust profiler --- draft/2025-10-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..6581a5470 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +[How to automatically Profile Performance of Rust Applications](https://pawelurbanek.com/rust-optimize-performance) + ### Research ### Miscellaneous