Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_DebugUtility.cpp47 if (nw::demo::DebugUtility::IsCpuProfilingMode() != s_LastCpuCountingMode) in DrawLoadMeter()
51 if (nw::demo::DebugUtility::IsCpuProfilingMode()) in DrawLoadMeter()
68 s_LastCpuCountingMode = nw::demo::DebugUtility::IsCpuProfilingMode(); in DrawLoadMeter()
73 if (nw::demo::DebugUtility::IsCpuProfilingMode()) in DrawLoadMeter()
Ddemo_CommandListSwapper.cpp117 if (! nw::demo::DebugUtility::IsCpuProfilingMode()) in RunAsync()
Ddemo_GraphicsSystem.cpp614 if (!nw::demo::DebugUtility::IsCpuProfilingMode()) in ClearBuffer()
/NW4C-1.2.23/include/nw/demo/
Ddemo_DebugUtility.h74 static bool IsCpuProfilingMode() in IsCpuProfilingMode() function