record_performance_timeline
Capture browser performance metrics (memory, LCP, CLS) at intervals during user sequences. Start, stop, or retrieve recorded timeline data.
Instructions
Start, stop, or get a performance timeline recording. Records memory, LCP, CLS at intervals during a user sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Start, stop, or get the timeline | |
| interval | No | Sampling interval in ms | |
| duration | No | Maximum recording duration in ms | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |