You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add LinuxPerf extension for branch + instruction counts
This updates the core BenchmarkTools types to include `instructions` and
`branches` fields. These fields support serialization and all of the usual
stats / judgements via the Trial / TrialEstimate / TrialRatio interface.
If the extension is not available or `perf` is not configured correctly on
your system, these are `NaN`.
This also keeps the serialization format backwards-compatible, reporting any
missing measurements as `NaN`.
0 commit comments