nw::demo::RenderSystem::LoadMeterDescription Structurestruct LoadMeterDescription
{
s64 startTick;
float loadTime;
float loadGpuTime;
float waitTime;
float transferTime;
float gpuOtherTime;
float cumulativeTime;
float cumulativeGpuTime;
float cumulativeWaitTime;
int drawCommandBufferSize;
s32 callCount;
};
Load meter description.
| 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. |
| LoadMeterDescription | Constructor. |
|---|
CONFIDENTIAL