Skip to content

Commit

Permalink
add missing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Apr 4, 2021
1 parent 513617a commit 179b7b8
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 179b7b8

Please sign in to comment.