diff --git a/src/util/hsa_rsrc_factory.h b/src/util/hsa_rsrc_factory.h
index 9997a81c24..b3f3cf0dbe 100644
--- a/src/util/hsa_rsrc_factory.h
+++ b/src/util/hsa_rsrc_factory.h
@@ -135,7 +135,7 @@ class HsaTimer {
sysclock_factor_ = (freq_t)1000000000 / (freq_t)sysclock_hz;
}
- // Methids for system-clock/ns conversion
+ // Methods for system-clock/ns conversion
timestamp_t sysclock_to_ns(const timestamp_t& sysclock) const {
return timestamp_t((freq_t)sysclock * sysclock_factor_);
}
diff --git a/test/tool/gfx_metrics.xml b/test/tool/gfx_metrics.xml
index 9e4f24fc84..fecfe7b9ad 100644
--- a/test/tool/gfx_metrics.xml
+++ b/test/tool/gfx_metrics.xml
@@ -29,7 +29,7 @@
-
+
@@ -65,5 +65,5 @@
-
+
diff --git a/test/tool/metrics.xml b/test/tool/metrics.xml
index 4011c131f1..0b53b72ee4 100644
--- a/test/tool/metrics.xml
+++ b/test/tool/metrics.xml
@@ -167,7 +167,7 @@
# WriteUnitStalled The percentage of GPUTime the Write unit is stalled. Value range: 0% to 100% (bad).
@@ -177,7 +177,7 @@
expr=100*TCC_WRREQ_STALL_max/GRBM_GUI_ACTIVE
>
- # The percentage of GPUTime ALU units are stalled by the LDS input queue being full or the output queue being not ready. If there are LDS bank conflicts, reduce them. Otherwise, try reducing the number of LDS accesses if possible. Value range: 0% (optimal) to 100% (bad).
+ # ALUStalledByLDS The percentage of GPUTime ALU units are stalled by the LDS input queue being full or the output queue being not ready. If there are LDS bank conflicts, reduce them. Otherwise, try reducing the number of LDS accesses if possible. Value range: 0% (optimal) to 100% (bad).