Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/sources/
Dmain.cpp274 f32 gpuCost = 0.f; in OutputLog() local
293 gpuCost += s_GpuPerf->GetCost(i); in OutputLog()
295 NW_DEV_LOG( "GPU COST:%8.4f[%8.4f%%]\n\n", gpuCost, gpuCost/16.666f*100.f ); in OutputLog()