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

Function getProfilerFrameCpuUs

src/core/index.ts:439–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

437
438/** Average total CPU frame time (sum of all phases) over the rolling window, in microseconds. */
439export function getProfilerFrameCpuUs(): number {
440 return bloom_get_profiler_frame_cpu_us();
441}
442
443/** Average total GPU frame time over the rolling window, in microseconds. 0 if GPU timing unavailable. */
444export function getProfilerFrameGpuUs(): number {

Callers 1

main.tsFile · 0.90

Calls 1

Tested by

no test coverage detected