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 const float
S MILLI_TO_RATE const float

Member Variables

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

Member Functions

LoadMeterDescription Constructor.

CONFIDENTIAL