chrome_scroll_jank_summary
Analyzes Chrome traces to identify and rank the worst scroll jank frames by delay, detailing cause and sub-cause. Use for investigating jank reports and regressions.
Instructions
Summarize the worst scroll jank frames in a Chrome trace: cause_of_jank, sub_cause_of_jank, delay_since_last_frame, event_latency_id, scroll_id, vsync_interval. One row per janky frame, sorted by delay_since_last_frame DESC, limit 100. Read-only.
Use when: investigating jank reports, finding scroll regressions, ranking jank causes. Prefer over hand-rolling SQL on chrome.scroll_jank.scroll_jank_v3 — same data, less code.
Don't use for: non-Chrome traces (will error). For per-frame causes outside the top 100, drop to execute_sql against the same view.
Parameters: none — operates on the loaded trace.
Empty result: no janky frames detected (clean trace) or no scrolls occurred during capture.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||