top | item 33924266

(no title)

mullr | 3 years ago

Every Linux C/C++/Rust developer should know about https://github.com/KDAB/hotspot. It's convenient and fast. I use it for Rust all the time, and it provides all of these features on the back of regular old `perf`.

discuss

order

galangalalgol|3 years ago

What perf record settings do you use? Trying to use dwarf has never worked well fore with rust, so I've been using lbr, but even then it seems like it gets which instructions are part of which function wrong a significant portion of the time.

mullr|3 years ago

I've had no problems with dwarf.

saagarjha|3 years ago

Ah, very nice! I’ve been looking for something like Instruments on Linux since I like to click around and this looks cool.