Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
Dmain.cpp93 SmCpuPerf* s_CpuPerf = NULL; variable
220 s_CpuPerf = new SmCpuPerf(); in InitializeGfx()
221 NW_NULL_ASSERT( s_CpuPerf ); in InitializeGfx()
237 SM_SAFE_DELETE(s_CpuPerf); in TerminateGfx()
283 for ( int i = 0; i < s_CpuPerf->GetCostCount(); i++ ) in OutputLog()
286 cpuCost += s_CpuPerf->GetCost(i); in OutputLog()
428 s_CpuPerf->Begin( costName, costColor ); \
431 s_CpuPerf->End(); \
645 s_CpuPerf->Reset(); in DemoScene()
784 s_PerfDrawer->Render( s_CpuPerf, s_GpuPerf ); in DemoScene()