gecko/toolkit/components/aboutmemory/tests/memory-reports-good.json
Nicholas Nethercote 584b3df110 Bug 768470 - Add ability to import/export memory reports as JSON. r=jlebar.
--HG--
extra : rebase_source : 8e03a7e8c82204ea8e353a9ba583c4d53917a267
2012-08-27 18:14:14 -07:00

15 lines
501 B
JSON

{
"version": 1,
"hasMozMallocUsableSize": true,
"reports": [
{"process":"", "path":"explicit/foo/bar", "kind":1, "units":0,
"amount":2000000, "description":"Foo bar."},
{"process":"", "path":"heap-allocated", "kind":1, "units":0,
"amount":3000000, "description":"Heap allocated."},
{"process":"", "path":"a/b", "kind":1, "units":0,
"amount":10, "description":"A b."},
{"process":"", "path":"a/c", "kind":1, "units":0,
"amount":10, "description":"A c."}
]
}