()
| 1327 | } |
| 1328 | #[no_mangle] |
| 1329 | pub extern "C" fn bloom_get_profiler_frame_cpu_us() -> f64 { |
| 1330 | engine().profiler.avg_frame_cpu_us() |
| 1331 | } |
| 1332 | #[no_mangle] |
| 1333 | pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 1334 | engine().profiler.avg_frame_gpu_us() |
nothing calls this directly
no test coverage detected