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

Function bloom_get_profiler_frame_gpu_us

native/ios/src/lib.rs:2300–2302  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2298}
2299#[no_mangle]
2300pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 {
2301 engine().profiler.avg_frame_gpu_us()
2302}
2303#[no_mangle]
2304pub extern "C" fn bloom_print_profiler_summary() {
2305 print!("{}", engine().profiler.summary());

Callers 1

getProfilerFrameGpuUsFunction · 0.50

Calls 2

avg_frame_gpu_usMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected