()
| 442 | |
| 443 | /** Average total GPU frame time over the rolling window, in microseconds. 0 if GPU timing unavailable. */ |
| 444 | export function getProfilerFrameGpuUs(): number { |
| 445 | return bloom_get_profiler_frame_gpu_us(); |
| 446 | } |
| 447 | |
| 448 | /** Print a per-phase CPU/GPU timing table to stdout. Useful for quick diagnostics. */ |
| 449 | export function printProfilerSummary(): void { |
no test coverage detected