get_performance_metrics
Retrieve renderer performance metrics including JS heap size, DOM node count, layout recalc counts, and timestamps to analyze page performance in Electron apps.
Instructions
Get renderer performance metrics (Performance.getMetrics): JS heap size, DOM node count, layout/recalc counts, timestamps, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page id from list_pages. | |
| sessionId | Yes | Session id returned by launch_app. |