Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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