Searched refs:endTick (Results 1 – 4 of 4) sorted by relevance
292 s64 endTick; member302 endTick(0), in GpuProfilingEntry()
224 nn::os::Tick(gpuProfilingEntry->endTick - gpuProfilingEntry->beginTick) in CalcGpuProfilingCostTime()281 m_GpuProfilingResults[i].endTick = tick; in SetGpuProfilingTick()
905 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in EndLoadMeter() local907 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in EndLoadMeter()942 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in SuspendLoadMeter() local944 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in SuspendLoadMeter()
399 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in StopWatch() local400 m_OverHead = endTick - startTick; in StopWatch()