Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp48 if (nw::demo::DebugUtility::IsCpuProfilingMode() != s_LastCpuCountingMode) in CalcLoadMeter()
52 if (nw::demo::DebugUtility::IsCpuProfilingMode()) in CalcLoadMeter()
69 s_LastCpuCountingMode = nw::demo::DebugUtility::IsCpuProfilingMode(); in CalcLoadMeter()
74 if (nw::demo::DebugUtility::IsCpuProfilingMode()) in CalcLoadMeter()
Ddemo_CommandListSwapper.cpp117 if (! nw::demo::DebugUtility::IsCpuProfilingMode()) in RunAsync()
Ddemo_GraphicsSystem.cpp627 if (!nw::demo::DebugUtility::IsCpuProfilingMode()) in ClearBuffer()
/NW4C-1.3.3/include/nw/demo/
Ddemo_DebugUtility.h115 static bool IsCpuProfilingMode() in IsCpuProfilingMode() function