gecko/toolkit/components/aboutmemory/tests/crash-dump-diff1.json
Nicholas Nethercote fd5ab02779 Bug 1061960 - In about:memory, support the loading of memory reports embedded in crash dumps. r=mccr8.
--HG--
extra : rebase_source : c62c396c0b0a4500761242c1dca5ae2ce04b0af4
2014-09-04 16:04:54 -07:00

12 lines
279 B
JSON

{
"foo": 1,
"blah": 2,
"memory_report": {
"version": 1,
"hasMozMallocUsableSize": true,
"reports": [
{"process": "Main Process (pid NNN)", "path": "heap-allocated", "kind": 2, "units": 0, "amount": 262144000, "description": "Heap allocated."}
]
}
}