From cde69c4b14f2efaec1770f25f8260b8f3002bc65 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 1 Nov 2018 13:38:01 -0500 Subject: [PATCH] rpl_run data extracting error message; comments for intermediate metrics Change-Id: I4d9f97ed475d3ec328aafae40f1bc80b6bf69bcc [ROCm/rocprofiler commit: 812c17ed77a484df1bdbe5dd6c0719c364f94adc] --- projects/rocprofiler/bin/rpl_run.sh | 2 + projects/rocprofiler/test/tool/metrics.xml | 66 +++++++++------------- 2 files changed, 30 insertions(+), 38 deletions(-) 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. - + + + + + + + + + + + +