Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/demo/
Ddemo_DebugUtility.h140 if (s_ProfileCallCount % NW_PROFILE_OUTPUT_INTERVAL == 0) in AdvanceAutoTestFrame()
144 else if (s_ProfileCallCount % NW_PROFILE_OUTPUT_INTERVAL == 1) in AdvanceAutoTestFrame()
148 s_ProfileCallCount++; in AdvanceAutoTestFrame()
258 static int s_ProfileCallCount; variable
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_DebugUtility.cpp31 int DebugUtility::s_ProfileCallCount = 0; member in nw::demo::DebugUtility