You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -469,6 +471,29 @@ in the DevTools Elements panel (if any).
469
471
470
472
---
471
473
474
+
### `compare_heapsnapshots_class_nodes`
475
+
476
+
**Description:** Loads two memory heapsnapshots and returns the diff details (added/deleted instances) for a specific class. (requires flag: --memoryDebugging=true)
477
+
478
+
**Parameters:**
479
+
480
+
-**baseFilePath** (string) **(required)**: A path to the base .heapsnapshot file (earlier snapshot).
481
+
-**classIndex** (number) **(required)**: 0-based index of the class in the summary list to filter results, showing individual objects.
482
+
-**currentFilePath** (string) **(required)**: A path to the current .heapsnapshot file (later snapshot).
483
+
484
+
---
485
+
486
+
### `compare_heapsnapshots_summary`
487
+
488
+
**Description:** Loads two memory heapsnapshots and returns the summary diff between them (classes with changes). (requires flag: --memoryDebugging=true)
489
+
490
+
**Parameters:**
491
+
492
+
-**baseFilePath** (string) **(required)**: A path to the base .heapsnapshot file (earlier snapshot).
493
+
-**currentFilePath** (string) **(required)**: A path to the current .heapsnapshot file (later snapshot).
494
+
495
+
---
496
+
472
497
### `get_heapsnapshot_class_nodes`
473
498
474
499
**Description:** Loads a memory heapsnapshot and returns instances of a specific class with their IDs. (requires flag: --memoryDebugging=true)
0 commit comments