Searched defs:subCategory (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/ |
H A D | cpu_perf_scope.h | 46 …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 D | cpu_perf_scope.h | 44 …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 D | intf_performance_data_manager.h | 67 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 D | performance_data_manager.cpp | 52 void UpdateTimingData(const string_view subCategory, const string_view name, const int64_t microSec… in UpdateTimingData()
|