Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H A Dimage_loader_manager.cpp78 CORE_CPU_PERF_SCOPE("Image", "loadImage()", uri); in LoadImage()
91 CORE_CPU_PERF_SCOPE("Image", "loadImage()", "file"); in LoadImage()
115 CORE_CPU_PERF_SCOPE("Image", "loadImage(bytes)", "memory"); in LoadImage()
133 CORE_CPU_PERF_SCOPE("Image", "loadAnimatedImage()", uri); in LoadAnimatedImage()
146 CORE_CPU_PERF_SCOPE("Image", "loadAnimatedImage()", "file"); in LoadAnimatedImage()
169 CORE_CPU_PERF_SCOPE("Image", "loadAnimatedImage(bytes)", "memory"); in LoadAnimatedImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dcpu_perf_scope.h76 #define CORE_CPU_PERF_SCOPE(category, subCategory, name) \ macro
82 #define CORE_CPU_PERF_SCOPE(category, subCategory, name)
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H A Dfile_monitor.cpp170 CORE_CPU_PERF_SCOPE("Other", "FileMonitor", "ScanModifications()"); in ScanModifications()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp498 CORE_CPU_PERF_SCOPE("ECS", "Update", "Total_Cpu"); in Update()
508 CORE_CPU_PERF_SCOPE("ECS", "SystemUpdate_Cpu", s->GetName()); in Update()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp2873 CORE_CPU_PERF_SCOPE("glTF", "LoadGLTF()", uri); in PrimitiveAttributes()