Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h145 s_ProfileCallCount = 0;
194 if (s_ProfileCallCount % NW_PROFILE_OUTPUT_INTERVAL == 0) in AdvanceAutoTestFrame()
198 else if (s_ProfileCallCount % NW_PROFILE_OUTPUT_INTERVAL == 1) in AdvanceAutoTestFrame()
202 s_ProfileCallCount++; in AdvanceAutoTestFrame()
348 static s32 s_ProfileCallCount; variable
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp35 s32 DebugUtility::s_ProfileCallCount = 0; member in nw::demo::DebugUtility