[Debugging] Add log verbose mode for debugging.
authorDongju Chae <dongju.chae@samsung.com>
Fri, 19 Jun 2020 07:41:37 +0000 (16:41 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Wed, 24 Jun 2020 07:16:44 +0000 (16:16 +0900)
commit4bcc57d45c12348fe36670712cf24ffc7b32efa6
treec389db6d49790555e69fc80c4c89e4d977f9fd83
parent88f1ba817f19ab52dc196e3828ac3d9beaa0c5ce
[Debugging] Add log verbose mode for debugging.

This patch adds log verbose mode for debugging.

When it's enabled, npu-engine prints log message to stderr
as well as log file, and also dumps the emulated layer data.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
README.md
doc/how_to_debug.md [new file with mode: 0644]
meson.build
meson_options.txt
npu-engine.ini.in
src/core/npu/NPUdrvAPI_emul.cc
src/core/utils/ne-conf.cc
src/core/utils/ne-conf.h
src/core/utils/ne-utils.cc