summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutmemory/tests/fiss-diff2.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:47:29 +0000
commit0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d (patch)
treea31f07c9bcca9d56ce61e9a1ffd30ef350d513aa /toolkit/components/aboutmemory/tests/fiss-diff2.json
parentInitial commit. (diff)
downloadfirefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.tar.xz
firefox-esr-0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d.zip
Adding upstream version 115.8.0esr.upstream/115.8.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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."
+ }
+ ]
+ }
+}