chrome_startup_summary
Summarize Chrome browser startup events to measure time-to-first-visible-content and compare launch causes for cold start performance analysis.
Instructions
Summarize Chrome browser startup events: id, name, launch_cause, startup_duration_ms (first_visible_content_ts - startup_begin_ts), browser_upid. Read-only.
Use when: measuring time-to-first-visible-content for cold starts, comparing launch causes (NEW_WINDOW vs CMD_LINE vs RESTORE_SESSION), regressing startup performance.
Don't use for: non-Chrome traces (will error). Browser-process work during steady state is covered by chrome_main_thread_hotspots.
Parameters: none — operates on the loaded trace.
Empty result: trace started after the browser was already running (most cases — startup is captured only when tracing began before launch).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||