Home
last modified time | relevance | path

Searched refs:CpuPerfScopeInternal (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_perf_scope.h30 class CpuPerfScopeInternal final { in RENDER_BEGIN_NAMESPACE()
32 inline CpuPerfScopeInternal( in RENDER_BEGIN_NAMESPACE()
34 inline ~CpuPerfScopeInternal(); in RENDER_BEGIN_NAMESPACE()
45 inline CpuPerfScopeInternal::CpuPerfScopeInternal( in CpuPerfScopeInternal() function
58 inline CpuPerfScopeInternal::~CpuPerfScopeInternal() in ~CpuPerfScopeInternal()
63 inline void CpuPerfScopeInternal::Stop() in Stop()
77 RENDER_NS::CpuPerfScopeInternal timerName(category, subCategory, name);
80 …RENDER_NS::CpuPerfScopeInternal RENDER_CONCAT(cpuPerfScope_, __LINE__)(category, subCategory, name)