Class openvino::itt::TaskChain¶
-
template<domain_t (*domain)()>
class TaskChain¶ Used to annotate a sequence of sections of code which would be named at runtime.
- Template Parameters
The –
domain
parameter is domain type which shoud be defined with OV_ITT_DOMAIN() macro.