Skip to content

Commit

Permalink
Merge pull request intel#197 from intel/SPR_metric_correction
Browse files Browse the repository at this point in the history
Correcting typo on SPR metric "into"->"info"
  • Loading branch information
1perrytaylor authored Jun 10, 2024
2 parents b4fd1be + 8cf26b7 commit a2b594f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SPR/metrics/perf/sapphirerapids_metrics_perf.json
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@
},
{
"BriefDescription": "Fraction of Physical Core issue-slots utilized by this Logical Processor",
"MetricExpr": "tma_into_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricExpr": "tma_info_thread_slots / ( TOPDOWN.SLOTS / 2 ) if #SMT_on else 1",
"MetricGroup": "SMT;TmaL1;TopdownL1;tma_L1_group;Metric",
"MetricName": "tma_info_thread_slots_utilization"
},
Expand Down
4 changes: 2 additions & 2 deletions SPR/metrics/sapphirerapids_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Header": {
"Copyright": "Copyright (c) 2001 - 2024 Intel Corporation. All rights reserved.",
"Info": "Performance Monitoring Metrics for 4th Generation Intel(R) Xeon(R) Processor Scalable Family based on Sapphire Rapids microarchitecture0",
"DatePublished": "05/14/2024",
"DatePublished": "06/07/2024",
"Version": "0",
"Legend": "",
"TmaVersion": "4.8",
Expand Down Expand Up @@ -9300,7 +9300,7 @@
}
],
"Formula": "( a ) / ( b / 2 ) if smt_on else 1",
"BaseFormula": " tma_into_thread_slots / ( topdown.slots:percore / 2 ) if smt_on else 1",
"BaseFormula": "tma_info_thread_slots / ( topdown.slots:percore / 2 ) if smt_on else 1",
"Category": "TMA",
"CountDomain": "Metric",
"Threshold": {
Expand Down

0 comments on commit a2b594f

Please sign in to comment.