What graphical tool can I use to browse and analyze software execution recordings made by tracing
?
Is it possible to record and visualize not only log prints, but counters, threads, CPU load etc?
What graphical tool can I use to browse and analyze software execution recordings made by tracing
?
Is it possible to record and visualize not only log prints, but counters, threads, CPU load etc?
There are a number of different subscribers that you can use together with tracing
. Some of translate the data into ecosystems that provide visualization support. For example tracing-opentelemetry
in combination with certain 3rd party services services might give what you're looking for. My own tracing-tracy
crate allows profiling applications with the Tracy profiler which might end up looking a lot like the video here.
Try looking for a subscriber implementation that fits your use case the best on crates.io and I'm sure you'll find something.
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.