Searched refs:s_DebugFrameCount (Results 1 – 2 of 2) sorted by relevance
36 s32 DebugUtility::s_DebugFrameCount = 0; member in nw::demo::DebugUtility48 ++s_DebugFrameCount; in CalcLoadMeter()74 if (s_DebugFrameCount % NW_LOAD_METER_INTERVAL == 0) in CalcLoadMeter()78 if (s_DebugFrameCount % (NW_LOAD_METER_INTERVAL * 3) == 0) in CalcLoadMeter()
146 s_DebugFrameCount = 0;349 static s32 s_DebugFrameCount; variable