()
| 2125 | } |
| 2126 | #[wasm_bindgen] |
| 2127 | pub fn bloom_get_profiler_frame_cpu_us() -> f64 { |
| 2128 | engine().profiler.avg_frame_cpu_us() |
| 2129 | } |
| 2130 | #[wasm_bindgen] |
| 2131 | pub fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 2132 | engine().profiler.avg_frame_gpu_us() |
nothing calls this directly
no test coverage detected