Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp100 TimeSpan total = stopwatch.GetElapsedTime(); in Dump()
113 (total / count).GetMicroSeconds(), in Dump()
114 total.GetMicroSeconds(), in Dump()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h446 nn::os::Tick total; in Report() local
450 total += m_Ticks[i]; in Report()
458 …NW_DEV_LOG("Total : %6.2f us\n", static_cast<float>( total.ToTimeSpan().GetNanoSeconds() ) / 1000.… in Report()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp266 f32 total = 0.0f; in GetGpuProfilingTotalCostTime() local
274 total += gpuProfilingEntry->costTime; in GetGpuProfilingTotalCostTime()
278 return total; in GetGpuProfilingTotalCostTime()