chromedevtools--chrome-devtools-mcp
32dc50d59b
Update the tools to all include the `heapsnapshot` term for easier handling. Renames UID to ID to reduce confusion with the snapshot UIDs. Renames Id to NodeId to better differentiate from the base Id. Remove EdgeIndex as it was not useful. Closes: https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/1970
6 行
198 B
Plaintext
6 行
198 B
Plaintext
exports[`HeapSnapshotFormatter > toString > formats data as CSV and sorts by retained size 1`] = `
|
||
id,name,count,selfSize,maxRetainedSize
|
||
1,ObjectA,10,0.1 kB,1.0 kB
|
||
2,ObjectB,5,0.1 kB,0.5 kB
|
||
`;
|