Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp34 s32 DebugUtility::s_DebugFrameCount = 0; member in nw::demo::DebugUtility
46 ++s_DebugFrameCount; in CalcLoadMeter()
72 if (s_DebugFrameCount % NW_LOAD_METER_INTERVAL == 0) in CalcLoadMeter()
76 if (s_DebugFrameCount % (NW_LOAD_METER_INTERVAL * 3) == 0) in CalcLoadMeter()
/NW4C-1.3.3/include/nw/demo/
Ddemo_DebugUtility.h144 s_DebugFrameCount = 0;
347 static s32 s_DebugFrameCount; variable