janestreet/magic-trace

Support counter style graph for extra events

lamoreauxaj opened this issue · 1 comments

magic-trace will soon support you sampling additional events such as cache-misses. However it would be nice if there was an option to not just see them as arrows, but even perhaps have a graph (like counter tracks in perfetto) which would try to approximate the frequency of the event over time based on the samples. Depending on what one is looking for, this might be a better UX experience than an excessive amount of arrows for high frequency events.

Is there any update regarding this feature? What is currently the best way to look at events like cache-misses and branch mispredictions with magic-trace?