29 Jun
2026
29 Jun
'26
3:52 p.m.
On Mon, Jun 29, 2026 at 8:46 AM Christian Mazakas < christian.mazakas@gmail.com> wrote:
Something is going on here, and only the flamegraphs can really tell us.
I forgot to mention, there's a really nice flamegraph tool here: https://github.com/flamegraph-rs/flamegraph#examples It's a cargo subcommand but it can be used to generate a flamegraph for an arbitrary executable and it's what I use for making them. This is basically just a glorified wrapper around perf, but I could never really be bothered to properly learn perf, ha ha. - Christian