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

Function bloom_get_profiler_frame_gpu_us

native/macos/src/lib.rs:1333–1335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1331}
1332#[no_mangle]
1333pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 {
1334 engine().profiler.avg_frame_gpu_us()
1335}
1336#[no_mangle]
1337pub extern "C" fn bloom_print_profiler_summary() {
1338 print!("{}", engine().profiler.summary());

Callers

nothing calls this directly

Calls 2

avg_frame_gpu_usMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected