add title to roofline plot

- Clarify that roofline is CPU only
This commit is contained in:
Christoph Kluge 2025-02-28 13:09:04 +01:00
parent 5ce03c2db3
commit 38569f55c7

View File

@ -179,7 +179,7 @@
function render(plotData) { function render(plotData) {
if (plotData) { if (plotData) {
const opts = { const opts = {
title: "", title: "CPU Roofline Diagram",
mode: 2, mode: 2,
width: width, width: width,
height: height, height: height,