Home
last modified time | relevance | path

Searched refs:endTick (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/demo/
Ddemo_CommandListSwapper.h300 s64 endTick; member
310 endTick(0), in GpuProfilingEntry()
/NW4C-2.0.3/include/nw/dev/
Ddev_Profile.h401 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in StopWatch() local
402 m_OverHead = endTick - startTick; in StopWatch()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp240 nn::os::Tick(gpuProfilingEntry->endTick - gpuProfilingEntry->beginTick) in CalcGpuProfilingCostTime()
297 m_GpuProfilingResults[i].endTick = tick; in SetGpuProfilingTick()
Ddemo_GraphicsSystem.cpp939 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in EndLoadMeter() local
941 …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() local
978 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in SuspendLoadMeter()