Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp70 static std::atomic<uint32_t> g_commandLoopIndexStart = 0; variable
844 if (g_commandLoopIndexStart >= g_commandLoopIndexEnd) { in GetCommandParcelList()
848 uint32_t index = g_commandLoopIndexStart; in GetCommandParcelList()
849 g_commandLoopIndexStart++; in GetCommandParcelList()