Skip to content

Commit

Permalink
Updates with threshold fixes and removing periods from end of descrip…
Browse files Browse the repository at this point in the history
…tions.
  • Loading branch information
1perrytaylor committed Nov 18, 2024
1 parent c4a39cb commit 2432aa4
Show file tree
Hide file tree
Showing 33 changed files with 32,813 additions and 19,748 deletions.
2,851 changes: 2,693 additions & 158 deletions ADL/metrics/alderlake_metrics_goldencove_core.json

Large diffs are not rendered by default.

430 changes: 223 additions & 207 deletions ADL/metrics/perf/alderlake_metrics_goldencove_core_perf.json

Large diffs are not rendered by default.

2,869 changes: 2,710 additions & 159 deletions ARL/metrics/arrowlake_metrics_lioncove_core.json

Large diffs are not rendered by default.

397 changes: 204 additions & 193 deletions ARL/metrics/perf/arrowlake_metrics_lioncove_core_perf.json

Large diffs are not rendered by default.

1,601 changes: 1,509 additions & 92 deletions BDW/metrics/broadwell_metrics.json

Large diffs are not rendered by default.

292 changes: 149 additions & 143 deletions BDW/metrics/perf/broadwell_metrics_perf.json

Large diffs are not rendered by default.

22 changes: 20 additions & 2 deletions BDX/metrics/broadwellx_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 Intel(R) Xeon(R) Processor E5 v4 Family Based on the Broadwell Microarchitecture0",
"DatePublished": "11/05/2024",
"DatePublished": "11/15/2024",
"Version": "1.0",
"Legend": "",
"TmaVersion": "5.01",
Expand Down Expand Up @@ -6184,6 +6184,11 @@
"BaseFormula": " br_inst_retired.near_taken / tma_info_thread_clks",
"Category": "TMA",
"CountDomain": "Metric",
"Threshold": {
"Formula": "",
"BaseFormula": "",
"ThresholdIssues": ""
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
"MetricGroup": "Branches;FetchBW",
"LocateWith": ""
Expand Down Expand Up @@ -6503,6 +6508,11 @@
"BaseFormula": " 1000 * offcore_requests.demand_rfo / inst_retired.any",
"Category": "TMA",
"CountDomain": "Metric",
"Threshold": {
"Formula": "",
"BaseFormula": "",
"ThresholdIssues": ""
},
"ResolutionLevels": "CORE, SOCKET, SYSTEM",
"MetricGroup": "CacheMisses;Offcore",
"LocateWith": ""
Expand Down Expand Up @@ -7417,7 +7427,15 @@
"Category": "TMA",
"CountDomain": "Seconds",
"Threshold": {
"Formula": "metric_TMA_Info_System_Time < 1"
"ThresholdMetrics": [
{
"Alias": "a",
"Value": "metric_TMA_Info_System_Time"
}
],
"Formula": "a < 1",
"BaseFormula": "metric_TMA_Info_System_Time < 1",
"ThresholdIssues": ""
},
"ResolutionLevels": "SOCKET, SYSTEM",
"MetricGroup": "Summary",
Expand Down
Loading

0 comments on commit 2432aa4

Please sign in to comment.