Common library to trace using Intel ITT and new performance counters (#1479)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user