BenchmarkTools.jl icon indicating copy to clipboard operation
BenchmarkTools.jl copied to clipboard

Add experimental support for perf (via LinuxPerf.jl)

Open Zentrik opened this issue 6 months ago • 6 comments

Replaces #325 (closes #325)

Depends on https://github.com/JuliaPerf/LinuxPerf.jl/pull/36.

This pr adds the ability to run perf at the end of a benchmark run once. It's disabled by default. If enabled it stores the results (adds them to TrialEstimate) s.t. they would automatically get saved by NanoSoldier.

Zentrik avatar Dec 28 '23 22:12 Zentrik