Production-grade Runtime Profiling of Rust applications
⚓ Rust 📅 2026-03-28 👤 surdeus 👁️ 2I wanted to know what are some standard profiling tools for Rust application runtime data like thread stack, memory usage, async tasks, panics etc.
I tried Tokio console but it does not seem to be production ready and it's quite heavy to run.
1 post - 1 participant
🏷️ Rust_feed