I wondered why my #rust program on #linux spent so much time on the CPU, and I remembered the amazing perf resource: https://jvns.ca/perf-zine.pdf by @b0rk `sudo perf top` for the save! It's like top but for specific functions ✨
@flakm @b0rk run it on my computer and it's also doing useless things
:(
@flakm There is also flamegraph which tracks the callstack and generates a beautiful SVG.