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.
Properties
Section titled “Properties”
readonlycpuMs:number
Defined in: app/frameProfile.ts:62
domains
Section titled “domains”
readonlydomains: readonlyProfileNode[]
Defined in: app/frameProfile.ts:66
frameMs
Section titled “frameMs”
readonlyframeMs:number
Defined in: app/frameProfile.ts:61
readonlygpuMs:number
Defined in: app/frameProfile.ts:65
idleMs
Section titled “idleMs”
readonlyidleMs:number
Defined in: app/frameProfile.ts:64
waitMs
Section titled “waitMs”
readonlywaitMs:number
Defined in: app/frameProfile.ts:63