Bug 790615 - Add the MEMORY_RESIDENT telemetry histogram back. r=froydnj

This commit is contained in:
Justin Lebar 2012-09-13 08:18:35 -04:00
parent 02e2d2aa80
commit 9115d2104a

View File

@ -163,6 +163,13 @@
"kind": "boolean",
"description": "Successful telemetry submission"
},
"MEMORY_RESIDENT": {
"kind": "exponential",
"low": "32 * 1024",
"high": "1024 * 1024",
"n_buckets": 50,
"description": "Resident memory size (KB)"
},
"MEMORY_JS_COMPARTMENTS_SYSTEM": {
"kind": "exponential",
"high": "1000",