Skip to content

RendererWorkerTiming

Defined in: protocol.ts:68

readonly gpuCompletionUs: 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.


readonly totalWorkerUs: number

Defined in: protocol.ts:70

Worker request wall time including setup, compilation, draw and bitmap transfer.