()
| 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 | } |
| 1756 | #[no_mangle] pub extern "C" fn bloom_print_profiler_summary() { |
| 1757 | // Android has no stdout — log the summary via android_log so |
| 1758 | // `adb logcat` picks it up alongside the rest of the engine log. |
nothing calls this directly
no test coverage detected