Searched refs:total (Results 1 – 3 of 3) sorted by relevance
98 TimeSpan total = stopwatch.GetElapsedTime(); in Dump()111 (total / count).GetMicroSeconds(), in Dump()112 total.GetMicroSeconds(), in Dump()
250 f32 total = 0.0f; in GetGpuProfilingTotalCostTime() local258 total += gpuProfilingEntry->costTime; in GetGpuProfilingTotalCostTime()262 return total; in GetGpuProfilingTotalCostTime()
444 nn::os::Tick total; in Report() local448 total += m_Ticks[i]; in Report()456 …NW_DEV_LOG("Total : %6.2f us\n", static_cast<float>( total.ToTimeSpan().GetNanoSeconds() ) / 1000.… in Report()