Public Member Functions
openvino::itt::ScopedTask< domain > Class Template Reference

Used to annotate section of code which would be named at runtime. More...

#include <itt.hpp>

Public Member Functions

 ScopedTask (handle_t taskHandle) noexcept
 Construct ScopedTask with defined annotation handle.
 
 ScopedTask (const ScopedTask &)=delete
 
ScopedTaskoperator= (const ScopedTask &)=delete
 

Detailed Description

template<domain_t(*)() domain>
class openvino::itt::ScopedTask< domain >

Used to annotate section of code which would be named at runtime.

Template Parameters
Thedomain parameter is domain type which shoud be defined with OV_ITT_DOMAIN() macro.

The documentation for this class was generated from the following file: