Searched refs:s_CpuPerf (Results 1 – 1 of 1) sorted by relevance
91 SmCpuPerf* s_CpuPerf = NULL; variable218 s_CpuPerf = new SmCpuPerf(); in InitializeGfx()219 NW_NULL_ASSERT( s_CpuPerf ); in InitializeGfx()235 SM_SAFE_DELETE(s_CpuPerf); in TerminateGfx()281 for ( int i = 0; i < s_CpuPerf->GetCostCount(); i++ ) in OutputLog()284 cpuCost += s_CpuPerf->GetCost(i); in OutputLog()426 s_CpuPerf->Begin( costName, costColor ); \429 s_CpuPerf->End(); \643 s_CpuPerf->Reset(); in DemoScene()782 s_PerfDrawer->Render( s_CpuPerf, s_GpuPerf ); in DemoScene()