Oh, Rust perf friends, I have a question.
What is the recommended way to do fairly high-frequency profiling of a long running process, ideally externally attachable.
I'm looking at trying to find hot-spots in a possibly very long running service under expected load/use.

