Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp53 static std::atomic<uint32_t> g_commandCount = 0; // UNMARSHALLING RSCOMMAND COUNT variable
93 const uint32_t count = g_commandCount; in GetCommandCount()
94 g_commandCount = 0; in GetCommandCount()
875 g_commandCount++; in PatchCommand()