Move libs/misc/profiling to libs/profiling (#3997)
author오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 13 Dec 2018 01:35:01 +0000 (10:35 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 13 Dec 2018 01:35:01 +0000 (10:35 +0900)
commit7be7fc096676271e31eb6e5c70d1a61d41b079c1
tree82849e896a7b7638f39b190dc0387132ad33d1cb
parent84909677dbcfcafc040c9283a7279eba6f221406
Move libs/misc/profiling to libs/profiling (#3997)

Move libs/misc/profiling to libs/profiling for profiling library
Update cmake to link profiling library
Update header path for profiling
Update cmake for tensorflow build to support build with BUILD_TFLITE_BENCHMARK_MODEL option

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
13 files changed:
externals/CMakeLists.txt
libs/misc/CMakeLists.txt
libs/misc/src/profiling/.FORMATDENY [deleted file]
libs/profiling/CMakeLists.txt [new file with mode: 0644]
libs/profiling/include/profiling/profile_buffer.h [moved from libs/misc/include/util/profiling/profile_buffer.h with 99% similarity]
libs/profiling/include/profiling/profiler.h [moved from libs/misc/include/util/profiling/profiler.h with 99% similarity]
libs/profiling/include/profiling/profiling.h [moved from libs/misc/include/util/profiling/profiling.h with 100% similarity]
libs/profiling/include/profiling/time.h [moved from libs/misc/include/util/profiling/time.h with 100% similarity]
libs/profiling/src/profiling/time.cpp [moved from libs/misc/src/profiling/time.cc with 81% similarity]
runtimes/pure_arm_compute/CMakeLists.txt
runtimes/pure_arm_compute/src/execution.cc
tools/tflite_benchmark_model/CMakeLists.txt
tools/tflite_benchmark_model/benchmark_tflite_model.cc