Change-Id: Ifd45385777be5066c8bfef23ee24bbabadf4dffa
Цей коміт міститься в:
Evgeny
2019-07-27 03:06:10 -05:00
джерело 9678e5f680
коміт 855a801ae7
3 змінених файлів з 7 додано та 1 видалено
+2
Переглянути файл
@@ -186,6 +186,8 @@ class MetricsDict {
ImportMetrics(agent_info, "const");
if (std::string("gfx906") == agent_info->name) {
ImportMetrics(agent_info, agent_info->name);
} else if (std::string("gfx908") == agent_info->name) {
ImportMetrics(agent_info, agent_info->name);
} else {
ImportMetrics(agent_info, agent_info->gfxip);
}
+3 -1
Переглянути файл
@@ -30,6 +30,7 @@ fi
# test check routin
test_status=0
test_runnum=0
test_number=0
xeval_test() {
test_number=$test_number
@@ -39,6 +40,7 @@ eval_test() {
cmdline=$2
if [ $test_filter = -1 -o $test_filter = $test_number ] ; then
echo "$label: \"$cmdline\""
test_runnum=$((test_runnum + 1))
eval "$cmdline"
if [ $? != 0 ] ; then
echo "$label: FAILED"
@@ -131,5 +133,5 @@ eval_test "libtool test, counter sets" ./test/ctrl
#valgrind --tool=massif $tbin
#ms_print massif.out.<N>
echo "$test_number tests total / $test_status tests failed"
echo "$test_number tests total / $test_runnum tests run / $test_status tests failed"
exit $test_status
+2
Переглянути файл
@@ -55,6 +55,8 @@
<metric name="WRITE_SIZE" expr=((TCC_EA_WRREQ_sum-TCC_EA_WRREQ_64B_sum)*32+TCC_EA_WRREQ_64B_sum*64+WDATA1_SIZE)/1024 descr="The total kilobytes written to the video memory. This is measured with all extra fetches and any cache or memory effects taken into account."></metric>
</gfx906>
<gfx908 base="gfx9"></gfx908>
<global>
# GPUBusy The percentage of time GPU was busy.
<metric