Home
last modified time | relevance | path

Searched refs:s_IsForceCpuProfilingMode (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_DebugUtility.h119 …return s_IsForceCpuProfilingMode || nw::demo::PadFactory::GetPad()->IsButtonPress(nw::demo::Pad::B… in IsCpuProfilingMode()
346 static bool s_IsForceCpuProfilingMode; //!< 強制的に CPU パフォーマンス計測モードにするフラグです。 variable
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_DebugUtility.cpp33 bool DebugUtility::s_IsForceCpuProfilingMode = false; member in nw::demo::DebugUtility
Ddemo_AutoTester.cpp417 DebugUtility::s_IsForceCpuProfilingMode = bool(param.isModeEnabled); in SwitchCpuProfilingMode()