Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_DebugUtility.h143 s_ProfileCallCount = 0;
192 if (s_ProfileCallCount % NW_PROFILE_OUTPUT_INTERVAL == 0) in AdvanceAutoTestFrame()
196 else if (s_ProfileCallCount % NW_PROFILE_OUTPUT_INTERVAL == 1) in AdvanceAutoTestFrame()
200 s_ProfileCallCount++; in AdvanceAutoTestFrame()
346 static s32 s_ProfileCallCount; variable
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp33 s32 DebugUtility::s_ProfileCallCount = 0; member in nw::demo::DebugUtility