Lines Matching refs:s_CpuPerf
91 SmCpuPerf* s_CpuPerf = NULL; variable
222 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()
777 s_PerfDrawer->Render( s_CpuPerf, s_GpuPerf ); in DemoScene()