2020-01-02 13:20:18 +01:00
|
|
|
/*
|
2024-01-22 07:28:27 +00:00
|
|
|
* Copyright (C) 2020-2024 Intel Corporation
|
2020-01-02 13:20:18 +01:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2022-05-17 19:04:23 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
2021-09-24 16:40:29 +00:00
|
|
|
#include "shared/source/utilities/logger.h"
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/utilities/perf_profiler.h"
|
2020-02-24 10:22:30 +01:00
|
|
|
|
2020-01-02 13:20:18 +01:00
|
|
|
#define API_ENTER(retValPointer) \
|
|
|
|
|
LoggerApiEnterWrapper<NEO::FileLogger<globalDebugFunctionalityLevel>::enabled()> ApiWrapperForSingleCall(__FUNCTION__, retValPointer)
|