Skip to content

Commit 1c91f61

Browse files
committed
GNR cstate metric update; adding scale unit and metric group.
1 parent 637384c commit 1c91f61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

GNR/metrics/perf/graniterapids_metrics_perf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,14 +313,16 @@
313313
{
314314
"BriefDescription": "Percent of time that cores are in cstate C0 as observed by the power control unit (PCU)",
315315
"MetricExpr": "100 * ((UNC_P_POWER_STATE_OCCUPANCY_CORES_C0 / (pcu_0@UNC_P_CLOCKTICKS@ / #num_packages ) ) / ( #num_cores / #num_packages * #num_packages ) )",
316-
"MetricGroup": "",
316+
"MetricGroup": "cpu_cstate",
317317
"MetricName": "cpu_cstate_c0"
318+
"ScaleUnit": "100%"
318319
},
319320
{
320321
"BriefDescription": "Percent of time that cores are in cstate C6 as observed by the power control unit (PCU)",
321322
"MetricExpr": "100 * ((UNC_P_POWER_STATE_OCCUPANCY_CORES_C6 / (pcu_0@UNC_P_CLOCKTICKS@ / #num_packages ) ) / ( #num_cores / #num_packages * #num_packages ) )",
322-
"MetricGroup": "",
323+
"MetricGroup": "cpu_cstate",
323324
"MetricName": "cpu_cstate_c6"
325+
"ScaleUnit": "100%"
324326
},
325327
{
326328
"BriefDescription": "Total pipeline cost of Branch Misprediction related bottlenecks",

0 commit comments

Comments
 (0)