nw::demo::RenderSystem::LoadMeterDescription Structure

Syntax

struct LoadMeterDescription
{
   s64 startTick;
   float loadTime;
   float loadGpuTime;
   float waitTime;
   float transferTime;
   float gpuOtherTime;
   float cumulativeTime;
   float cumulativeGpuTime;
   float cumulativeWaitTime;
   int drawCommandBufferSize;
   s32 callCount;
};

Description

Load meter description.

Member Constants

S NANO_TO_MILLI
S MILLI_TO_RATE

Member Variables

startTick Start tick.
loadTime Load time.
loadGpuTime GPU load time.
waitTime Command list wait time.
transferTime Transfer time from render target.
gpuOtherTime Time for other GPU processes.
cumulativeTime Cumulative time.
cumulativeGpuTime Cumulative GPU time.
cumulativeWaitTime Cumulative command list wait time.
drawCommandBufferSize The drawing command buffer size.
callCount Number of calls.

Member Functions

LoadMeterDescription Constructor.

CONFIDENTIAL