@motion-script/core / ScenePrecompTiming
Interface: ScenePrecompTiming
Defined in: runtime/precompisition.ts:130
Wall-clock breakdown of one scene's build pass, in milliseconds.
Properties
frameCount
frameCount:
number
Defined in: runtime/precompisition.ts:133
phases
phases:
Record<PrecompPhase,number>
Defined in: runtime/precompisition.ts:137
Ms attributed to each phase of the per-frame loop.
sceneIndex
sceneIndex:
number
Defined in: runtime/precompisition.ts:132
sceneName
sceneName:
string
Defined in: runtime/precompisition.ts:131
totalMs
totalMs:
number
Defined in: runtime/precompisition.ts:135
Total ms spent inside the pass, excluding time parked on a yield.