Skip to content

Commit aa656ed

Browse files
Merge pull request #348 from edwarddavidbaker/fix-perf-uncore-events-units
perf-uncore-events-csv: Update bandwidth units
2 parents 9a5cff0 + f414cfd commit aa656ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/ci/verify_perf_uncore_events/perf_uncore_csv_schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"pattern": "^[0-9.]+E-[0-9]+$"
4848
},
4949
{
50-
"pattern": "^[0-9.]+E-[0-9]+\\(MB/sec\\)$"
50+
"pattern": "^[0-9.]+E-[0-9]+\\((MB|MiB)/sec\\)$"
5151
},
5252
{
5353
"const": ""

scripts/config/perf-uncore-events-clx.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ UNC_M_WPQ_OCCUPANCY,,,,,,
6262
UNC_M_PMM_RPQ_OCCUPANCY.ALL,,Read Pending Queue Occupancy of all read requests for Intel Optane DC persistent memory,,,,
6363
UNC_M_PMM_RPQ_OCCUPANCY.ALL,UNC_M_PMM_READ_LATENCY,Intel Optane DC persistent memory read latency (ns),,6000000000(ns),UNC_M_PMM_RPQ_OCCUPANCY.ALL / UNC_M_PMM_RPQ_INSERTS / UNC_M_CLOCKTICKS,
6464
UNC_M_PMM_RPQ_INSERTS,,Write requests allocated in the PMM Write Pending Queue for Intel Optane DC persistent memory,,,,
65-
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.READ,Intel Optane DC persistent memory bandwidth read (MB/sec),,6.103515625E-5(MB/sec),,
66-
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.TOTAL,Intel Optane DC persistent memory bandwidth total (MB/sec),,6.103515625E-5(MB/sec),UNC_M_PMM_RPQ_INSERTS + UNC_M_PMM_WPQ_INSERTS,
65+
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.READ,Intel Optane DC persistent memory bandwidth read (MiB/sec),,6.103515625E-5(MiB/sec),,
66+
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.TOTAL,Intel Optane DC persistent memory bandwidth total (MiB/sec),,6.103515625E-5(MiB/sec),UNC_M_PMM_RPQ_INSERTS + UNC_M_PMM_WPQ_INSERTS,
6767
UNC_M_PMM_CMD1.ALL,,,,,,
6868
UNC_M_PMM_CMD1.RD,,,,,,
6969
UNC_M_PMM_CMD1.WR,,,,,,
7070
UNC_M_PMM_CMD1.UFILL_RD,,,,,,
7171
UNC_M_PMM_WPQ_INSERTS,,Write requests allocated in the PMM Write Pending Queue for Intel Optane DC persistent memory,,,,
72-
UNC_M_PMM_WPQ_INSERTS,UNC_M_PMM_BANDWIDTH.WRITE,Intel Optane DC persistent memory bandwidth write (MB/sec),,6.103515625E-5(MB/sec),,
72+
UNC_M_PMM_WPQ_INSERTS,UNC_M_PMM_BANDWIDTH.WRITE,Intel Optane DC persistent memory bandwidth write (MiB/sec),,6.103515625E-5(MiB/sec),,
7373
UNC_M_PMM_WPQ_OCCUPANCY.ALL,,,,,,
7474
UNC_C_CLOCKTICKS,,,,,,
7575
UNC_H_CORE_SNP.CORE_GTONE,,,,,,

0 commit comments

Comments
 (0)