mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
refactor: Add GDI profiling
Resolves: NEO-9236 Related-To: NEO-10036 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7728123907
commit
524ae7713a
@@ -12,10 +12,3 @@
|
||||
|
||||
#define API_ENTER(retValPointer) \
|
||||
LoggerApiEnterWrapper<NEO::FileLogger<globalDebugFunctionalityLevel>::enabled()> ApiWrapperForSingleCall(__FUNCTION__, retValPointer)
|
||||
|
||||
#if KMD_PROFILING == 1
|
||||
#undef API_ENTER
|
||||
|
||||
#define API_ENTER(x) \
|
||||
PerfProfilerApiWrapper globalPerfProfilersWrapperInstanceForSingleApiFunction(__FUNCTION__)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user