Skip to content

Commit

Permalink
comma correction
Browse files Browse the repository at this point in the history
  • Loading branch information
1perrytaylor committed Jan 21, 2025
1 parent f90980f commit a86e1da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNR/metrics/perf/graniterapids_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -314,14 +314,14 @@
"BriefDescription": "Percent of time that cores are in cstate C0 as observed by the power control unit (PCU)",
"MetricExpr": "100 * ((UNC_P_POWER_STATE_OCCUPANCY_CORES_C0 / (pcu_0@UNC_P_CLOCKTICKS@ / #num_packages ) ) / ( #num_cores / #num_packages * #num_packages ) )",
"MetricGroup": "cpu_cstate",
"MetricName": "cpu_cstate_c0"
"MetricName": "cpu_cstate_c0",
"ScaleUnit": "100%"
},
{
"BriefDescription": "Percent of time that cores are in cstate C6 as observed by the power control unit (PCU)",
"MetricExpr": "100 * ((UNC_P_POWER_STATE_OCCUPANCY_CORES_C6 / (pcu_0@UNC_P_CLOCKTICKS@ / #num_packages ) ) / ( #num_cores / #num_packages * #num_packages ) )",
"MetricGroup": "cpu_cstate",
"MetricName": "cpu_cstate_c6"
"MetricName": "cpu_cstate_c6",
"ScaleUnit": "100%"
},
{
Expand Down

0 comments on commit a86e1da

Please sign in to comment.