Skip to content

Commit f904f93

Browse files
authored
Merge pull request #341 from edwarddavidbaker/fixup-spr-metric
SPR: Trim extra @ sign from C6 metric
2 parents 86bc75d + 242193f commit f904f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPR/metrics/perf/sapphirerapids_metrics_perf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
},
405405
{
406406
"BriefDescription": "The average number of cores are in cstate C6 as observed by the power control unit (PCU)",
407-
"MetricExpr": "( UNC_P_POWER_STATE_OCCUPANCY_CORES_C6 / @UNC_P_CLOCKTICKS ) * #num_packages",
407+
"MetricExpr": "( UNC_P_POWER_STATE_OCCUPANCY_CORES_C6 / UNC_P_CLOCKTICKS ) * #num_packages",
408408
"MetricGroup": "cpu_cstate",
409409
"MetricName": "cpu_cstate_c6"
410410
}

0 commit comments

Comments
 (0)