* Updated copyright headers
* Revert "Fixed linker warnings in docs snippets on Windows (#15119)"
This reverts commit 372699ec49.
21 lines
312 B
C++
21 lines
312 B
C++
// Copyright (C) 2018-2023 Intel Corporation
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
/**
|
|
* @brief Defines openvino domains for tracing
|
|
* @file multi_itt.h
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <openvino/itt.hpp>
|
|
|
|
namespace MultiDevicePlugin {
|
|
namespace itt {
|
|
namespace domains {
|
|
OV_ITT_DOMAIN(MULTIPlugin);
|
|
}
|
|
}
|
|
}
|