|
113 | 113 | { |
114 | 114 | "MetricName": "load_store_spec_rate", |
115 | 115 | "MetricExpr": "LDST_SPEC / INST_SPEC", |
116 | | - "BriefDescription": "The rate of load or store instructions speculatively executed to overall instructions speclatively executed", |
| 116 | + "BriefDescription": "The rate of load or store instructions speculatively executed to overall instructions speculatively executed", |
117 | 117 | "MetricGroup": "Operation_Mix", |
118 | 118 | "ScaleUnit": "100percent of operations" |
119 | 119 | }, |
|
132 | 132 | { |
133 | 133 | "MetricName": "pc_write_spec_rate", |
134 | 134 | "MetricExpr": "PC_WRITE_SPEC / INST_SPEC", |
135 | | - "BriefDescription": "The rate of software change of the PC speculatively executed to overall instructions speclatively executed", |
| 135 | + "BriefDescription": "The rate of software change of the PC speculatively executed to overall instructions speculatively executed", |
136 | 136 | "MetricGroup": "Operation_Mix", |
137 | 137 | "ScaleUnit": "100percent of operations" |
138 | 138 | }, |
|
195 | 195 | { |
196 | 196 | "MetricName": "stall_frontend_cache_rate", |
197 | 197 | "MetricExpr": "STALL_FRONTEND_CACHE / CPU_CYCLES", |
198 | | - "BriefDescription": "Proportion of cycles stalled and no ops delivered from frontend and cache miss", |
| 198 | + "BriefDescription": "Proportion of cycles stalled and no operations delivered from frontend and cache miss", |
199 | 199 | "MetricGroup": "Stall", |
200 | 200 | "ScaleUnit": "100percent of cycles" |
201 | 201 | }, |
202 | 202 | { |
203 | 203 | "MetricName": "stall_frontend_tlb_rate", |
204 | 204 | "MetricExpr": "STALL_FRONTEND_TLB / CPU_CYCLES", |
205 | | - "BriefDescription": "Proportion of cycles stalled and no ops delivered from frontend and TLB miss", |
| 205 | + "BriefDescription": "Proportion of cycles stalled and no operations delivered from frontend and TLB miss", |
206 | 206 | "MetricGroup": "Stall", |
207 | 207 | "ScaleUnit": "100percent of cycles" |
208 | 208 | }, |
|
391 | 391 | "ScaleUnit": "100percent of cache acceses" |
392 | 392 | }, |
393 | 393 | { |
394 | | - "MetricName": "l1d_cache_access_prefetces", |
| 394 | + "MetricName": "l1d_cache_access_prefetches", |
395 | 395 | "MetricExpr": "L1D_CACHE_PRFM / L1D_CACHE", |
396 | 396 | "BriefDescription": "L1D cache access - prefetch", |
397 | 397 | "MetricGroup": "Cache", |
|
0 commit comments