Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dcpu_perf_scope.h29 class CpuPerfScope final { in CORE_BEGIN_NAMESPACE()
31 inline CpuPerfScope( in CORE_BEGIN_NAMESPACE()
33 inline ~CpuPerfScope(); in CORE_BEGIN_NAMESPACE()
43 inline CpuPerfScope::CpuPerfScope( in CpuPerfScope() function
55 inline CpuPerfScope::~CpuPerfScope() in ~CpuPerfScope()
60 inline void CpuPerfScope::Stop() in Stop()
74 CORE_NS::CpuPerfScope timerName(category, subCategory, name);
77 CORE_NS::CpuPerfScope CORE_CONCAT(cpuPerfScope_, __LINE__)(category, subCategory, name)