chromedevtools--chrome-devtools-mcp
66dacb83fd
This is a better measurement as if object self size is X and the retainerSize Y. X will always be smaller then Y, there Y will be the actual size on the Heap.
6 行
192 B
Plaintext
6 行
192 B
Plaintext
exports[`HeapSnapshotFormatter > toString > formats data as CSV and sorts by retained size 1`] = `
|
|
uid,className,count,selfSize,maxRetainedSize
|
|
1,"ObjectA",10,100,1000
|
|
2,"ObjectB",5,50,500
|
|
`;
|