Profiling large Rust applications online is difficult. Current profilers are not up to the job.

When we need to analyze a Rust program’s performance, we often think about perf. To use perf, we need to:

Profiling large Rust applications online is difficult. Current profilers are not up to the job.
When we need to analyze a Rust program’s performance, we often think about perf. To use perf, we need to: […]