Hacker News new | ask | show | jobs
by elevader 485 days ago
I'm not sure if this is what you are looking for but I found https://github.com/wolfpld/tracy to work rather well. There is an integration for the tracing crate that can get you very far: https://lib.rs/crates/tracing-tracy. If you're just looking for a very high level report then this might be a bit too much detail.
2 comments

Wtf is this:

> Depending on the configuration Tracy may broadcast discovery packets to the local network and expose the data it collects in the background to that same network. Traces collected by Tracy may include source and assembly code as well.

looks neat and added a bookmark, but it's a bit too much for my usecase right now. Thanks though :)