get_performance_metrics
Capture runtime performance metrics like JS heap size and DOM node count from Chrome tabs to monitor memory usage, detect leaks, and profile performance.
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 | |||