()
| 1748 | engine().profiler.set_enabled(on != 0.0); |
| 1749 | } |
| 1750 | #[no_mangle] pub extern "C" fn bloom_get_profiler_frame_cpu_us() -> f64 { |
| 1751 | engine().profiler.avg_frame_cpu_us() |
| 1752 | } |
| 1753 | #[no_mangle] pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 { |
| 1754 | engine().profiler.avg_frame_gpu_us() |
| 1755 | } |
nothing calls this directly
no test coverage detected