get_performance_metrics
Capture runtime performance metrics like JS heap size, DOM node count, and layout timing from an active Chrome tab to monitor memory usage and detect leaks.
Instructions
Captures runtime performance metrics including JS heap size, DOM node count, and layout timing. Side effects: none (read-only snapshot). Prerequisites: requires an active Chrome tab. Returns: JSON object mapping metric names to numeric values (e.g., JSHeapUsedSize, LayoutCount). Use this to monitor memory usage, detect memory leaks, or profile performance. Alternatives: 'profile_page_performance' for detailed tracing, browser DevTools Performance tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||