Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp98 TimeSpan total = stopwatch.GetElapsedTime(); in Dump()
111 (total / count).GetMicroSeconds(), in Dump()
112 total.GetMicroSeconds(), in Dump()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp250 f32 total = 0.0f; in GetGpuProfilingTotalCostTime() local
258 total += gpuProfilingEntry->costTime; in GetGpuProfilingTotalCostTime()
262 return total; in GetGpuProfilingTotalCostTime()
/NW4C-1.2.23/include/nw/dev/
Ddev_Profile.h444 nn::os::Tick total; in Report() local
448 total += m_Ticks[i]; in Report()
456 …NW_DEV_LOG("Total : %6.2f us\n", static_cast<float>( total.ToTimeSpan().GetNanoSeconds() ) / 1000.… in Report()