Home
last modified time | relevance | path

Searched refs:budget (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_worker.h46 unsigned int budget = 10; member in ffrt::CPUWorker
H A Dcpu_worker.cpp144 worker->priority_task = (lifoCount > worker->budget) ? &PLACE_HOLDER : nullptr; in RunTaskLifo()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp113 for (const VmaBudget& budget : budgets) { in LogStats()
114 stats.blockBytes += budget.statistics.blockBytes; in LogStats()
115 stats.allocationBytes += budget.statistics.allocationBytes; in LogStats()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2927 const auto budget = std::chrono::microseconds(timeBudget);
2944 if (((s1 - s0) >= budget)) {
2945 // Break if whole time budget consumed.

Completed in 7 milliseconds