-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Line 881 in d0ecc7f
| await this.device.queue.onSubmittedWorkDone(); |
if (args?.enableCPUTiming) {
const t0 = performance.now(); // start after submission
await this.device.queue.onSubmittedWorkDone(); // wait for GPU
const t1 = performance.now(); // end after GPU finishes
this.cpuStartTime = t0;
this.cpuEndTime = t1;
}
}
Metadata
Metadata
Assignees
Labels
No labels