Gerd Zellweger

Results 62 comments of Gerd Zellweger

I would be willing to try and tackle this since I'd like to have this feature too. Can @bheisler maybe give me a pointer to the relevant function that I...

Thanks that will be very helpful, I will try to look into these pointers to see what I can come up with on the 0.3 branch.

FWIW This paper has some ideas about how to deal with non-normally distributed data: https://htor.inf.ethz.ch/publications/img/hoefler-scientific-benchmarking.pdf Quantile regression would be great to have included with criterion.

Hey, thanks for using the tool! Yes a PR to make it compile again would be most welcome! regarding the fc_mask parser error : it seems like you're missing a...

Hi, so it looks like perf does not support the `fc_mask` attribute for this perf event. `fc_mask` is added here: https://github.com/gz/autoperf/blob/5675fe88ba9621e22ac8b2c3decb042de5c91952/src/profile.rs#L561 and it's ultimately coming from the x86 crate which...

I see.. About the counters.toml, yes you'd probably need to add an entry for cascade lake, you can follow the same style as skylake: https://github.com/gz/autoperf/blob/master/src/counters.toml#L43 It should look something like...

btw. one simple fix to make progress for now is to just add this event to the ignore list here: https://github.com/gz/autoperf/blob/master/src/profile.rs#L113

Hi, it looks like the event AVG.OFFCORE_RESPONSE.ALL_RFO.L3_MISS.REMOTE_HIT_FORWARD is not found in the CSV file. Can you past it maybe on gist.github.com?

I'd also be happy about a new version directly from crates.io.