Add figure styling to YML configs

Signed-off-by: colramos-amd <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 424dd6a4a8]
Этот коммит содержится в:
colramos-amd
2023-07-18 16:03:21 -05:00
коммит произвёл JoseSantosAMD
родитель 61364325fa
Коммит 572c2f0fdb
21 изменённых файлов: 111 добавлений и 0 удалений
@@ -17,6 +17,9 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_bar
label_txt: (# of instr + $normUnit)
metric:
VALU - Vector:
avg: None # No HW module
@@ -75,6 +78,9 @@ Panel Config:
count: Count
unit: Unit
tips: Tips
style:
type: simple_bar
label_txt: (# of instr + $normUnit)
metric:
INT-32:
count: None # No perf counter
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
valu_flops_pop:
value: None # No perf counter
+5
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Utilization:
value: AVG(((100 * SQ_LDS_IDX_ACTIVE) / (GRBM_GUI_ACTIVE * $numCU)))
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Bandwidth:
value: AVG(((SQC_ICACHE_REQ * 100000) / (($sclk * $numSQC)
+5
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
mertic: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Bandwidth:
value: AVG(((SQC_DCACHE_REQ * 100000) / (($sclk * $numSQC)
+7
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Buffer Coalescing:
value: AVG(((((TA_TOTAL_WAVEFRONTS_sum * 64) * 100) / (TCP_TOTAL_ACCESSES_sum
@@ -248,6 +253,8 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_multi_bar
metric:
NC - Read:
xfer: Read
+4
Просмотреть файл
@@ -16,6 +16,8 @@ Panel Config:
value: Value
unit: Unit
tips: Tips
style:
type: simple_bar
metric:
L2 Util:
value: AVG(((TCC_BUSY_sum * 100) / (TO_INT($L2Banks) * GRBM_GUI_ACTIVE)))
@@ -301,6 +303,8 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_multi_bar
metric:
Read - Remote Socket Stall:
type: Remote Socket Stall
@@ -18,6 +18,9 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_bar
label_txt: (# of instr + $normUnit)
metric:
VALU - Vector:
avg: AVG(((SQ_INSTS_VALU - SQ_INSTS_MFMA) / $denom))
@@ -76,6 +79,9 @@ Panel Config:
count: Count
unit: Unit
tips: Tips
style:
type: simple_bar
label_txt: (# of instr + $normUnit)
metric:
INT-32:
count: None # No perf counter
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
valu_flops_pop:
value: None # No perf counter
+5
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Utilization:
value: AVG(((100 * SQ_LDS_IDX_ACTIVE) / (GRBM_GUI_ACTIVE * $numCU)))
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Bandwidth:
value: AVG(((SQC_ICACHE_REQ * 100000) / (($sclk * $numSQC)
+5
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
mertic: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Bandwidth:
value: AVG(((SQC_DCACHE_REQ * 100000) / (($sclk * $numSQC)
+7
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Buffer Coalescing:
value: AVG(((((TA_TOTAL_WAVEFRONTS_sum * 64) * 100) / (TCP_TOTAL_ACCESSES_sum
@@ -248,6 +253,8 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_multi_bar
metric:
NC - Read:
xfer: Read
+4
Просмотреть файл
@@ -16,6 +16,8 @@ Panel Config:
value: Value
unit: Unit
tips: Tips
style:
type: simple_bar
metric:
L2 Util:
value: AVG(((TCC_BUSY_sum * 100) / (TO_INT($L2Banks) * GRBM_GUI_ACTIVE)))
@@ -301,6 +303,8 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_multi_bar
metric:
Read - Remote Socket Stall:
type: Remote Socket Stall
@@ -18,6 +18,9 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_bar
label_txt: (# of instr + $normUnit)
metric:
VALU - Vector:
avg: AVG(((SQ_INSTS_VALU - SQ_INSTS_MFMA) / $denom))
@@ -76,6 +79,9 @@ Panel Config:
count: Count
unit: Unit
tips: Tips
style:
type: simple_bar
label_txt: (# of instr + $normUnit)
metric:
INT32:
count: AVG((SQ_INSTS_VALU_INT32 / $denom))
@@ -17,6 +17,11 @@ Panel Config:
min: Min
max: Max
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
valu_flops_pop:
avg: ((100 * AVG(((((64 * (((SQ_INSTS_VALU_ADD_F16 + SQ_INSTS_VALU_MUL_F16)
+5
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Utilization:
value: AVG(((100 * SQ_LDS_IDX_ACTIVE) / (GRBM_GUI_ACTIVE * $numCU)))
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Bandwidth:
value: AVG(((SQC_ICACHE_REQ * 100000) / (($sclk * $numSQC)
+5
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
mertic: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Bandwidth:
value: AVG(((SQC_DCACHE_REQ * 100000) / (($sclk * $numSQC)
+7
Просмотреть файл
@@ -15,6 +15,11 @@ Panel Config:
metric: Metric
value: Value
tips: Tips
style:
type: simple_bar
range_color: [1, 100]
label_txt: (%)
xrange: [0, 110]
metric:
Buffer Coalescing:
value: AVG(((((TA_TOTAL_WAVEFRONTS_sum * 64) * 100) / (TCP_TOTAL_ACCESSES_sum
@@ -248,6 +253,8 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_multi_bar
metric:
NC - Read:
xfer: Read
+4
Просмотреть файл
@@ -16,6 +16,8 @@ Panel Config:
value: Value
unit: Unit
tips: Tips
style:
type: simple_bar
metric:
L2 Util:
value: AVG(((TCC_BUSY_sum * 100) / (TO_INT($L2Banks) * GRBM_GUI_ACTIVE)))
@@ -301,6 +303,8 @@ Panel Config:
max: Max
unit: Unit
tips: Tips
style:
type: simple_multi_bar
metric:
Read - Remote Socket Stall:
type: Remote Socket Stall