Searched refs:CORE_CPU_PERF_BEGIN (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/ |
H A D | cpu_perf_scope.h | 73 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name) \ macro 80 #define CORE_CPU_PERF_BEGIN(timerName, category, subCategory, name)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 2761 CORE_CPU_PERF_BEGIN(gather, "glTF", task.name, "Gather"); in Gather() 2781 CORE_CPU_PERF_BEGIN(import, "glTF", task.name, "Import"); in Import()
|
H A D | gltf2_loader.cpp | 2787 CORE_CPU_PERF_BEGIN(jkson, "glTF", "Load", "jkatteluson::parse"); in PrimitiveAttributes()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | render_system.cpp | 2280 CORE_CPU_PERF_BEGIN(graphCpuTimer, "ECS", "RenderSystem", "FetchRenderables_Cpu"); in FetchFullScene()
|