()
| 3151 | } |
| 3152 | #[no_mangle] |
| 3153 | pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 3154 | engine().profiler.avg_frame_gpu_us() |
| 3155 | } |
| 3156 | #[no_mangle] |
| 3157 | pub extern "C" fn bloom_print_profiler_summary() { |
| 3158 | print!("{}", engine().profiler.summary()); |
nothing calls this directly
no test coverage detected