项目文件夹

文件
Nikolay Vitkov 66dacb83fd chore(memory): sort all by retainer size (#1963)
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.
2026-04-28 14:32:04 +00:00

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
`;