Replies: 1 comment 4 replies
-
Give magic-trace a I think the only useful data that it shows is PSB events, which are lower granularity than "every branch" that magic-trace records by default. Play around with |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
magic-trace sounds great in terms of accuracy.
Would it be possible to get a simple
perf report
out of it?For context, I am currently using a setup that automatically collects perf reports for benchmarks we run, and integrates the output in my ReBenchDB benchmark reports. Below some links and an example.
Since we use it for every push, and keep the data around, I try to minimize what is stored, and basically keep lightly manipulated perf report output in a database.
Though, the longer I work with this, it seems the perf accuracy isn't great, and too often misleading.
On the positive side, it gives a good overview, and first indication of what is going on.
So, yeah, I was wondering whether using magic-trace for the extra accuracy would be an option, but having an abbreviated pref-report-like representation would be a must for my use case.
Any pointers or suggestions would be appreciated.
Thank you!
Stefan
ReBenchDB Example for Context
An example benchmark report can be found here. Look for one of the stop watch buttons, and it will load the profile info.
Beta Was this translation helpful? Give feedback.
All reactions