MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / bloom_get_profiler_frame_gpu_us

Function bloom_get_profiler_frame_gpu_us

native/android/src/lib.rs:1753–1755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 2

avg_frame_gpu_usMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected