Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/demo/
Ddemo_CommandListSwapper.h292 s64 endTick; member
302 endTick(0), in GpuProfilingEntry()
/NW4C-1.3.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp224 nn::os::Tick(gpuProfilingEntry->endTick - gpuProfilingEntry->beginTick) in CalcGpuProfilingCostTime()
281 m_GpuProfilingResults[i].endTick = tick; in SetGpuProfilingTick()
Ddemo_GraphicsSystem.cpp905 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in EndLoadMeter() local
907 …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() local
944 …s64 span = static_cast<nn::os::Tick>(endTick - m_LoadMeterDescription.startTick).ToTimeSpan().GetN… in SuspendLoadMeter()
/NW4C-1.3.3/include/nw/dev/
Ddev_Profile.h399 nn::os::Tick endTick = nn::os::Tick::GetSystemCurrent(); in StopWatch() local
400 m_OverHead = endTick - startTick; in StopWatch()