1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include "UnityPrefix.h" #include "IntelGPAProfiler.h" #if INTEL_GPA_PROFILER_AVAILABLE __itt_domain* g_IntelGPADomain; void InitializeIntelGPAProfiler() { g_IntelGPADomain = __itt_domain_createA("Unity.Player"); } #endif