[Profile] Implement the prototype of profiling APIs
authorDongju Chae <dongju.chae@samsung.com>
Mon, 21 Sep 2020 05:51:52 +0000 (14:51 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Thu, 24 Sep 2020 05:57:07 +0000 (14:57 +0900)
commit6527c2e40d9ec16b348d71b46a4de5a84447526e
tree20ec541e9b29801b8fd4f99c4bca414070c731c5
parent60b05df8f3312b51d569a44912fbd72b7e85e27e
[Profile] Implement the prototype of profiling APIs

This patch implements the prototype of profiling APIs.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
include/host/libnpuhost.h
src/core/ne-handler.cc
src/core/npu/NPUdrvAPI.h
src/core/npu/NPUdrvAPI_emul.cc
src/core/npu/NPUdrvAPI_triv2.cc
tests/apptests/meson.build
tests/apptests/tvn_triv2_profile.cc [new file with mode: 0644]
tests/utils/ne_test_utils.cc
tests/utils/ne_test_utils.h