CLI: enable roofline plot (#760)

* enable roofline plot in cli.

* Add roofline to analysis config.

* Unify global variables.

* Disable roofline for baseline comparison and gfx908.

* Add check for roofline.csv

[ROCm/rocprofiler-compute commit: 80159ee117]
This commit is contained in:
xuchen-amd
2025-06-18 13:19:58 -04:00
committed by GitHub
parent ab985464ef
commit 0b6e03adb0
11 changed files with 73 additions and 21 deletions
@@ -25,10 +25,9 @@
from dash import html
from dash_svg import G, Path, Rect, Svg, Text
from config import HIDDEN_COLUMNS
from utils.logger import console_error
hidden_columns = ["Tips", "coll_level"]
def insert_chart_data(mem_data, base_data):
if len(mem_data) != 1: