Skip to content

FrameProfile

Defined in: app/frameProfile.ts:60

frameMs === cpuMs + waitMs + idleMs, and every node’s ms equals the sum of its children. gpuMs is a parallel track and is in none of those sums.

readonly cpuMs: number

Defined in: app/frameProfile.ts:62


readonly domains: readonly ProfileNode[]

Defined in: app/frameProfile.ts:66


readonly frameMs: number

Defined in: app/frameProfile.ts:61


readonly gpuMs: number

Defined in: app/frameProfile.ts:65


readonly idleMs: number

Defined in: app/frameProfile.ts:64


readonly waitMs: number

Defined in: app/frameProfile.ts:63