struct GpuCommandBufferProfiler::Sample

Information about a single profiling sample.

Each sample can have multiple child samples.

Public

Fields

Name

ProfilerString Name

BeginRenderStatistics

RenderStatsData BeginRenderStatistics

EndRenderStatistics

RenderStatsData EndRenderStatistics

TimestampBeginQueryId

render::GpuQueryId TimestampBeginQueryId

TimestampEndQueryId

render::GpuQueryId TimestampEndQueryId

TimestampQueryPool

SPtr<render::GpuQueryPool> TimestampQueryPool

Children