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

Function bloom_get_profiler_frame_cpu_us

native/tvos/src/lib.rs:3149–3151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3147}
3148#[no_mangle]
3149pub extern "C" fn bloom_get_profiler_frame_cpu_us() -> f64 {
3150 engine().profiler.avg_frame_cpu_us()
3151}
3152#[no_mangle]
3153pub extern "C" fn bloom_get_profiler_frame_gpu_us() -> f64 {
3154 engine().profiler.avg_frame_gpu_us()

Callers

nothing calls this directly

Calls 2

avg_frame_cpu_usMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected