()
| 1331 | } |
| 1332 | #[no_mangle] |
| 1333 | pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 1334 | engine().profiler.avg_frame_gpu_us() |
| 1335 | } |
| 1336 | #[no_mangle] |
| 1337 | pub extern "C" fn bloom_print_profiler_summary() { |
| 1338 | print!("{}", engine().profiler.summary()); |
nothing calls this directly
no test coverage detected