diff --git a/projects/rocprofiler/bin/rpl_run.sh b/projects/rocprofiler/bin/rpl_run.sh
index 7cf183b57d..f575e1ba25 100755
--- a/projects/rocprofiler/bin/rpl_run.sh
+++ b/projects/rocprofiler/bin/rpl_run.sh
@@ -346,6 +346,8 @@ if [ -n "$csv_output" ] ; then
python $BIN_DIR/tblextr.py $csv_output $OUTPUT_LIST
if [ "$?" -eq 0 ] ; then
echo "RPL: '$csv_output' is generated"
+ else
+ echo "Data extracting error: $OUTPUT_LIST'"
fi
fi
diff --git a/projects/rocprofiler/test/tool/metrics.xml b/projects/rocprofiler/test/tool/metrics.xml
index 6ee5c1d679..4011c131f1 100644
--- a/projects/rocprofiler/test/tool/metrics.xml
+++ b/projects/rocprofiler/test/tool/metrics.xml
@@ -1,49 +1,39 @@
#include "gfx_metrics.xml"
- # average for 16 instances
-
-
-
- # sum for 16 instances
-
-
-
-
-
-
-
+
+
+
- # FETCH_SIZE, kilobytes
- # The total kilobytes fetched from the video memory. This is measured with all extra fetches and any cache or memory effects taken into account.
-
- # WRITE_SIZE, kilobytes
- # The total kilobytes written to the video memory. This is measured with all extra fetches and any cache or memory effects taken into account.
-
+
+
+
+
+
+
+
+
+
+
- # average for 16 instances
-
-
-
- # sum for 16 instances
-
-
-
-
-
-
-
-
-
+
+
+
- # FETCH_SIZE, kilobytes
- # The total kilobytes fetched from the video memory. This is measured with all extra fetches and any cache or memory effects taken into account.
-
- # WRITE_SIZE, kilobytes
- # The total kilobytes written to the video memory. This is measured with all extra fetches and any cache or memory effects taken into account.
-
+
+
+
+
+
+
+
+
+
+
+
+