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

Function bloom_get_profiler_frame_cpu_us

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

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 2

avg_frame_cpu_usMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected