跳转到内容

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.