Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_CommandListSwapper.h294 f32 costTime; member
303 costTime(0.0f), in GpuProfilingEntry()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp228 gpuProfilingEntry->costTime = static_cast<float>(span) / 1000.0f; in CalcGpuProfilingCostTime()
238 return m_GpuProfilingResults[profilingId].costTime; in GetGpuProfilingCostTime()
258 total += gpuProfilingEntry->costTime; in GetGpuProfilingTotalCostTime()