Skip to content

Commit

Permalink
Merge pull request #2 from crstnbr/fix
Browse files Browse the repository at this point in the history
Add missing functions
  • Loading branch information
carstenbauer authored Jun 6, 2021
2 parents 513617a + 179b7b8 commit b5d9746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Roofline.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ const intel_roofline_events_bw_use = [
]
]

function intel_roofline_bw_use()
LinuxPerf.make_bench(intel_roofline_events_bw_use)
end
function intel_roofline_memory()
LinuxPerf.make_bench(intel_roofline_events_memory)
end
function intel_roofline_double()
LinuxPerf.make_bench(intel_roofline_events_double)
end
Expand Down

0 comments on commit b5d9746

Please sign in to comment.