View -> Performance opens the Performance panel, which shows:
The performance panel can display a per-frame timing breakdown. Click "Show Breakdown" in the Performance panel to enable this detail.
| Stage | What It Measures |
|---|---|
| JavaScript | Scene graph update, keyframe evaluation, expression computation |
| Compositing Plan | Determining draw order and blend mode isolation requirements |
| Upload | Time to upload changed/new textures to GPU |
| Draw | WebGL draw call execution time |
| Composite | Framebuffer compositing and blending |
| Total | Sum of all stages |
Right-click any element in the Layer Panel and select "Profile Element" to see: