RendererWorkerTiming
Defined in: protocol.ts:68
Properties
Section titled “Properties”gpuCompletionUs
Section titled “gpuCompletionUs”
readonlygpuCompletionUs:number
Defined in: protocol.ts:76
Backend completion proxy. WebGL uses finish/readback; WebGPU covers queue submission, validation and presentation handoff without a blocking texture-to-CPU readback or queue-wide completion wait.
totalWorkerUs
Section titled “totalWorkerUs”
readonlytotalWorkerUs:number
Defined in: protocol.ts:70
Worker request wall time including setup, compilation, draw and bitmap transfer.