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

Function getProfilerFrameGpuUs

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

Source from the content-addressed store, hash-verified

442
443/** Average total GPU frame time over the rolling window, in microseconds. 0 if GPU timing unavailable. */
444export function getProfilerFrameGpuUs(): number {
445 return bloom_get_profiler_frame_gpu_us();
446}
447
448/** Print a per-phase CPU/GPU timing table to stdout. Useful for quick diagnostics. */
449export function printProfilerSummary(): void {

Callers 1

main.tsFile · 0.90

Calls 1

Tested by

no test coverage detected