()
| 3147 | } |
| 3148 | #[no_mangle] |
| 3149 | pub extern "C" fn bloom_get_profiler_frame_cpu_us() -> f64 { |
| 3150 | engine().profiler.avg_frame_cpu_us() |
| 3151 | } |
| 3152 | #[no_mangle] |
| 3153 | pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 3154 | engine().profiler.avg_frame_gpu_us() |
nothing calls this directly
no test coverage detected