Home
last modified time | relevance | path

Searched defs:subCategory (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H A Dcpu_perf_scope.h46 …const BASE_NS::string_view category, const BASE_NS::string_view subCategory, const BASE_NS::string… in CpuPerfScopeInternal()
76 #define RENDER_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
79 #define RENDER_CPU_PERF_SCOPE(category, subCategory, name) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dcpu_perf_scope.h44 …const BASE_NS::string_view category, const BASE_NS::string_view subCategory, const BASE_NS::string… in CpuPerfScope()
73 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ argument
76 #define CORE_CPU_PERF_SCOPE(category, subCategory, name) \ argument
H A Dintf_performance_data_manager.h67 BASE_NS::fixed_string<TIMING_DATA_NAME_LENGTH> subCategory; in CORE_BEGIN_NAMESPACE() member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp52 void UpdateTimingData(const string_view subCategory, const string_view name, const int64_t microSec… in UpdateTimingData()