1.`preprocessing` - OpenVINO G-API based preprocessing plugin.
1.`snippets` - OpenVINO snippets.
1. OpenVINO open-sources plugins:
-`hetero_plugin` - Heterogeneous plugin.
-`multi_plugin` - Multi plugin.
-`auto_plugin` - Auto plugin.
-`template_plugin` - Template plugin.
-`intel_gpu_plugin` - GPU plugin.
-`intel_cpu_plugin` - CPU plugin.
-`intel_gna_plugin` - GNA plugin.
## Build with profiling data support
To build coverage report, compile OpenVINO with an additional CMake option `-DENABLE_COVERAGE=ON`:
```bash
$ cmake -DENABLE_COVERAGE=ON .
```
And build OpenVINO as usual.
## Generate coverage report
In order to generate coverage reports, first of all, the tests must be run. Depending on how many tests are run, the better covegare percentage can be achieved. E.g. for `openvino` component, `InferenceEngineUnitTests`, `ieUnitTests`, `ieFuncTests` must be run as well as plugin tests.