[Coverage] Increase coverage for profiler
authorDongju Chae <dongju.chae@samsung.com>
Wed, 26 May 2021 10:27:05 +0000 (19:27 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Thu, 27 May 2021 07:11:08 +0000 (16:11 +0900)
This patch increases coverage for profiler.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
utils/coverage/gcovr_coverage.sh

index c2ed9cfc048b916e716a3e645e1b3cd3ed956918..68ffccf4a117f149d6252af8bc6814be57b81f9e 100755 (executable)
@@ -49,7 +49,8 @@ cp -rf ${INSTALL_PREFIX}/share/npu-engine/testdata/TRIV235_2TOPS/CONV* sample_mo
 
 ./tests/apptests/apptest_tvn_triv2_bulk sample_models > /dev/null
 ./tests/apptests/apptest_tvn_triv2_dmabuf sample_models/CONV_2D_300 > /dev/null
-./tests/apptests/apptest_tvn_triv2_profile sample_models/CONV_2D_301 > /dev/null
+./tests/apptests/apptest_tvn_triv2_profile sample_models/CONV_2D_301 -p visa > /dev/null
+./tests/apptests/apptest_tvn_triv2_profile sample_models/CONV_2D_301 -p layer > /dev/null
 
 rm -rf sample_models