diff --git a/dashboards/dashboard_fe2ti.py b/dashboards/dashboard_fe2ti.py index 19dbbab5dec9b6ffd574deb75628acdafc944c98..52e9820362323b8b80945177489c2ed9b4948da9 100644 --- a/dashboards/dashboard_fe2ti.py +++ b/dashboards/dashboard_fe2ti.py @@ -61,6 +61,8 @@ def dashboard_fe2ti(): ] fields = [PanelInfos("Time to solution", Units.seconds), + PanelInfos("micro_solve", Units.seconds), + PanelInfos("KSP_Macro", Units.seconds), PanelInfos("DP [MFLOP/s] STAT Sum", Units.mflop_sec), PanelInfos("Operational intensity STAT Sum", Units.flop_per_byte), PanelInfos('AVX DP [MFLOP/s] STAT Sum" / "DP [MFLOP/s] STAT Sum', Units.percent), @@ -72,7 +74,9 @@ def dashboard_fe2ti(): PanelInfos('Memory write data volume [GBytes] STAT Sum', Units.gigabyte), PanelInfos('Energy [J] STAT Sum', Units.joule), PanelInfos('Power [W] STAT Sum', Units.watt), - PanelInfos('Clock [MHz] STAT Avg', Units.megahertz), ] + PanelInfos('Clock [MHz] STAT Avg', Units.megahertz, absthreshold=2000), + PanelInfos('U1_L2_diff", "U2_L2_diff", "U3_L2_diff', Units.number, absthreshold=1e-6), + ] filter_vars = [get_dashboard_variable(filter, measurment_name, data_source) for filter in filters]