Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: What is the sandart Profiling tool to profile Rust program?
What is the sandart Profiling tool to profile Rust program?
โ Rust ๐ 2025-08-20 ๐ค surdeus ๐๏ธ 5What is the standart profiling tool can I use to profile a Rust program? Ideally something that can show me which functions are slow, how much stack memory each function uses, how much heap memory is allocated and by whom, how many syscalls each function makes, and which memory isnโt being freed properly over time.
Bonus points if it can also detect cache misses and branch prediction misses, but that part isnโt strictly required.
4 posts - 3 participants
๐ท๏ธ Rust_feed