6 ms·
I'm not sure if this is what you are looking for but I found https://github.com/wolfpld/tracy https://github.com/wolfpld/tracy to work rather well. There is an
by elevader 2y ago
I'm not sure if this is what you are looking for but I found https://github.com/wolfpld/tracy 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 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.
- Blackarea 2y agolooks neat and added a bookmark, but it's a bit too much for my usecase right now. Thanks though :)
- yencabulator 2y agoWtf 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.