()
| 2129 | } |
| 2130 | #[wasm_bindgen] |
| 2131 | pub fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 2132 | engine().profiler.avg_frame_gpu_us() |
| 2133 | } |
| 2134 | #[wasm_bindgen] |
| 2135 | pub fn bloom_print_profiler_summary() { |
| 2136 | // No stdout in the browser — route through the existing |
nothing calls this directly
no test coverage detected