()
| 437 | |
| 438 | /** Average total CPU frame time (sum of all phases) over the rolling window, in microseconds. */ |
| 439 | export function getProfilerFrameCpuUs(): number { |
| 440 | return bloom_get_profiler_frame_cpu_us(); |
| 441 | } |
| 442 | |
| 443 | /** Average total GPU frame time over the rolling window, in microseconds. 0 if GPU timing unavailable. */ |
| 444 | export function getProfilerFrameGpuUs(): number { |
no test coverage detected