Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h302 f32 costTime; member
311 costTime(0.0f), in GpuProfilingEntry()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp244 gpuProfilingEntry->costTime = static_cast<float>(span) / 1000.0f; in CalcGpuProfilingCostTime()
254 return m_GpuProfilingResults[profilingId].costTime; in GetGpuProfilingCostTime()
274 total += gpuProfilingEntry->costTime; in GetGpuProfilingTotalCostTime()