chromedevtools--chrome-devtools-mcp
b2b05a0670
Allows the LLM to query the heapsnapshot further to understand what the retainer path logic.
6 行
204 B
Plaintext
6 行
204 B
Plaintext
exports[`HeapSnapshotFormatter > toString > formats data as CSV and sorts by retained size 1`] = `
|
||
uid,className,count,selfSize,maxRetainedSize
|
||
1,ObjectA,10,0.1 kB,1.0 kB
|
||
2,ObjectB,5,0.1 kB,0.5 kB
|
||
`;
|