跳转到内容

CaptureSummary

此内容尚不支持你的语言。

Defined in: app/profileCapture.ts:63

What a set of frames came to. The one summary every reader shows.

budgetMs: number

Defined in: app/profileCapture.ts:65


counters: Record<string, number>

Defined in: app/profileCapture.ts:80

Named counters, averaged per frame.


drawCalls: number

Defined in: app/profileCapture.ts:76


entities: number

Defined in: app/profileCapture.ts:78


fps: number

Defined in: app/profileCapture.ts:66


frames: number

Defined in: app/profileCapture.ts:64


longFrames: number

Defined in: app/profileCapture.ts:71

Frames over the budget by half again — a visible stutter.


mean: FrameProfile

Defined in: app/profileCapture.ts:75

The window’s cost, per frame.


p50: number

Defined in: app/profileCapture.ts:67


p95: number

Defined in: app/profileCapture.ts:68


p99: number

Defined in: app/profileCapture.ts:69


triangles: number

Defined in: app/profileCapture.ts:77


worstFrameId: number | null

Defined in: app/profileCapture.ts:73


worstFrameMs: number

Defined in: app/profileCapture.ts:72