Home
last modified time | relevance | path

Searched refs:IsCpuProfilingMode (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp50 if (nw::demo::DebugUtility::IsCpuProfilingMode() != s_LastCpuCountingMode) in CalcLoadMeter()
54 if (nw::demo::DebugUtility::IsCpuProfilingMode()) in CalcLoadMeter()
71 s_LastCpuCountingMode = nw::demo::DebugUtility::IsCpuProfilingMode(); in CalcLoadMeter()
76 if (nw::demo::DebugUtility::IsCpuProfilingMode()) in CalcLoadMeter()
Ddemo_CommandListSwapper.cpp131 if (! nw::demo::DebugUtility::IsCpuProfilingMode()) in RunAsync()
Ddemo_GraphicsSystem.cpp657 if (!nw::demo::DebugUtility::IsCpuProfilingMode()) in ClearBuffer()
/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h117 static bool IsCpuProfilingMode() in IsCpuProfilingMode() function