Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/sources/
Dmain.cpp91 SmCpuPerf* s_CpuPerf = NULL; variable
218 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()