Interface GPUProfileSampleStat

The GPUProfileSampleStat interface represents a single statistic value in the GPU profiler report.

interface GPUProfileSampleStat {
    type: EnumValue<StatsProfilerDataType, number>;
    value: number;
}

Properties

Properties

value: number