File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments