summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutmemory/tests/fiss-diff2.json
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/aboutmemory/tests/fiss-diff2.json')
-rw-r--r--toolkit/components/aboutmemory/tests/fiss-diff2.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/toolkit/components/aboutmemory/tests/fiss-diff2.json b/toolkit/components/aboutmemory/tests/fiss-diff2.json
new file mode 100644
index 0000000000..286d2dd8ec
--- /dev/null
+++ b/toolkit/components/aboutmemory/tests/fiss-diff2.json
@@ -0,0 +1,59 @@
+{
+ "foo": 1,
+ "blah": 2,
+ "memory_report": {
+ "version": 1,
+ "hasMozMallocUsableSize": true,
+ "reports": [
+ {
+ "process": "P (pid 12345)",
+ "path": "explicit/foobar",
+ "kind": 1,
+ "units": 0,
+ "amount": 400,
+ "description": "Desc."
+ },
+ {
+ "process": "P (pid 12345)",
+ "path": "explicit/zero1",
+ "kind": 1,
+ "units": 0,
+ "amount": 0,
+ "description": "Desc."
+ },
+ {
+ "process": "P (pid 12345)",
+ "path": "heap-allocated",
+ "kind": 2,
+ "units": 0,
+ "amount": 13000000,
+ "description": "Heap allocated."
+ },
+
+ {
+ "process": "webIsolated=https://example.com (pid 12345)",
+ "path": "explicit/a/b",
+ "kind": 1,
+ "units": 0,
+ "amount": 2000000,
+ "description": "Desc."
+ },
+ {
+ "process": "webIsolated=https://example.com (pid 12345)",
+ "path": "explicit/a/c/d",
+ "kind": 1,
+ "units": 0,
+ "amount": 3000000,
+ "description": "Desc."
+ },
+ {
+ "process": "webIsolated=https://example.com (pid 12345)",
+ "path": "heap-allocated",
+ "kind": 2,
+ "units": 0,
+ "amount": 12000000,
+ "description": "Heap allocated."
+ }
+ ]
+ }
+}