()
| 2753 | } |
| 2754 | #[no_mangle] |
| 2755 | pub extern "C" fn bloom_get_profiler_frame_cpu_us() -> f64 { |
| 2756 | engine().profiler.avg_frame_cpu_us() |
| 2757 | } |
| 2758 | #[no_mangle] |
| 2759 | pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 2760 | engine().profiler.avg_frame_gpu_us() |
nothing calls this directly
no test coverage detected