Searched refs:endTick (Results 1 – 4 of 4) sorted by relevance
300 s64 endTick; member310 endTick(0), in GpuProfilingEntry()
401 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in StopWatch() local402 m_OverHead = endTick - startTick; in StopWatch()
240 nn::os::Tick(gpuProfilingEntry->endTick - gpuProfilingEntry->beginTick) in CalcGpuProfilingCostTime()297 m_GpuProfilingResults[i].endTick = tick; in SetGpuProfilingTick()
939 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in EndLoadMeter() local941 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in EndLoadMeter()976 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in SuspendLoadMeter() local978 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in SuspendLoadMeter()