Searched refs:s_CpuPerf (Results 1 – 1 of 1) sorted by relevance
91 SmCpuPerf* s_CpuPerf = NULL; variable222 s_CpuPerf = new SmCpuPerf(); in InitializeGfx()223 NW_NULL_ASSERT( s_CpuPerf ); in InitializeGfx()239 SM_SAFE_DELETE(s_CpuPerf); in TerminateGfx()285 for ( int i = 0; i < s_CpuPerf->GetCostCount(); i++ ) in OutputLog()287 …NW_DEV_LOG( "%s:%8.4f[%8.4f%%]\n", s_CpuPerf->GetCostName(i), s_CpuPerf->GetCost(i), s_CpuPerf->Ge… in OutputLog()288 cpuCost += s_CpuPerf->GetCost(i); in OutputLog()430 s_CpuPerf->Begin( costName, costColor ); \433 s_CpuPerf->End(); \638 s_CpuPerf->Reset(); in DemoScene()[all …]