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
**Description:** Capture a memory heapsnapshot of the currently selected pageto memory leak debugging
281
+
**Description:** Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks.
Copy file name to clipboardExpand all lines: src/tools/memory.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import {definePageTool} from './ToolDefinition.js';
11
11
12
12
exportconsttakeMemorySnapshot=definePageTool({
13
13
name: 'take_memory_snapshot',
14
-
description: `Capture a memory heapsnapshot of the currently selected pageto memory leak debugging`,
14
+
description: `Capture a heap snapshot of the currently selected page. Use to analyze the memory distribution of JavaScript objects and debug memory leaks.`,
0 commit comments