3#include <Foundation/Profiling/Profiling.h>
4#include <RendererFoundation/RendererFoundationDLL.h>
21 GPUTimingScope* m_pTimingScope;
24#if PL_ENABLED(PL_USE_PROFILING) || defined(PL_DOCS)
27# define PL_PROFILE_AND_MARKER(GALContext, szName) plProfilingScopeAndMarker PL_PP_CONCAT(_plProfilingScope, PL_SOURCE_LINE)(GALContext, szName)
31# define PL_PROFILE_AND_MARKER(GALContext, szName)
Definition CommandEncoder.h:11
Sets profiling marker and GPU timings for the current scope.
Definition Profiling.h:10
This class encapsulates a profiling scope.
Definition Profiling.h:17