Files
chromedevtools--chrome-devt…/tests/formatters/HeapSnapshotFormatter.test.js.snapshot
2026-07-13 12:30:05 +08:00

6 lines
198 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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
`;