Skip to content

Commit

Permalink
remove txn version of metric
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Feb 15, 2025
1 parent e86f5e9 commit a9f2a8e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions cmd/metrics/resources/metrics/x86_64/GenuineIntel/emr.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down
2 changes: 0 additions & 2 deletions cmd/metrics/resources/metrics/x86_64/GenuineIntel/gnr.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down
2 changes: 0 additions & 2 deletions cmd/metrics/resources/metrics/x86_64/GenuineIntel/icx.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down
2 changes: 0 additions & 2 deletions cmd/metrics/resources/metrics/x86_64/GenuineIntel/spr.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down
2 changes: 0 additions & 2 deletions cmd/metrics/resources/metrics/x86_64/GenuineIntel/srf.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@
},
{
"name": "metric_branch misprediction ratio",
"name-txn": "metric_branch mispredictions per txn",
"expression": "[BR_MISP_RETIRED.ALL_BRANCHES] / [BR_INST_RETIRED.ALL_BRANCHES]",
"expression-txn": "[BR_MISP_RETIRED.ALL_BRANCHES] / [TXN]",
"origin": "perfspect"
},
{
Expand Down

0 comments on commit a9f2a8e

Please sign in to comment.