Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp54 static std::atomic<uint32_t> g_commandExecuteCount = 0; // EXECUTE RSCOMMAND COUNT variable
100 const uint32_t count = g_commandExecuteCount; in GetCommandExecuteCount()
101 g_commandExecuteCount = 0; in GetCommandExecuteCount()
902 g_commandExecuteCount++; in ExecuteCommand()