Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp74 if (s_DebugFrameCount % NW_LOAD_METER_INTERVAL == 0) in CalcLoadMeter()
78 if (s_DebugFrameCount % (NW_LOAD_METER_INTERVAL * 3) == 0) in CalcLoadMeter()
/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h47 static const s32 NW_LOAD_METER_INTERVAL = 60; variable