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

Add support for OSACA

Open vchuravy opened this issue 7 years ago • 1 comments

I recently added minimal support for llvm-mca, but it would be great to additionally have support for osaca

vchuravy avatar Nov 30 '18 19:11 vchuravy

OSACA also seems to support comment markers like LLVM-MCA, so those could be "just used" instead of the LLVM-MCA markers if OSACA output is requested. Maybe an API like

analyze(osaca(), foobar, args)
analyze(llvmmca(), foobar, args)

for selecting which analysis to run would be good? I'd like to add support for this after https://github.com/JuliaPerf/MCAnalyzer.jl/issues/31 is solved, since that issue will probably affect OSACA the same way - it's not analyzer specific after all.

Seelengrab avatar Dec 02 '22 17:12 Seelengrab