1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-08-11 05:12:58 +02:00

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

@@ -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,