Common library to trace using Intel ITT and new performance counters (#1479)

This commit is contained in:
Vladislav Volkov
2020-08-03 12:53:00 +03:00
committed by GitHub
parent 80f2459e8e
commit d946f6cfde
96 changed files with 1112 additions and 163 deletions

View File

@@ -26,6 +26,7 @@ Once the commands above are executed, the Inference Engine Developer Package is
* `IE::inference_engine_lp_transformations` - shared library with low-precision transformations
* `IE::pugixml` - static Pugixml library
* `IE::xbyak` - interface library with Xbyak headers
* `IE::itt` - static library with tools for performance measurement using Intel ITT
- Libraries for tests development:
* `IE::gtest`, `IE::gtest_main`, `IE::gmock` - Google Tests framework libraries
* `IE::commonTestUtils` - static library with common tests utilities

View File

@@ -782,7 +782,8 @@ WARN_LOGFILE =
INPUT = . \
../../inference-engine/src/transformations/include/transformations \
../../inference-engine/src/plugin_api
../../inference-engine/src/plugin_api \
../../openvino/itt/include/openvino
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses