Bug 833629 - Rebucket memory telemetry histograms. r=njn

This commit is contained in:
Justin Lebar 2013-01-22 21:10:49 -05:00
parent f871383144
commit 4e79ff3f80

View File

@ -176,8 +176,8 @@
"MEMORY_RESIDENT": {
"kind": "exponential",
"low": "32 * 1024",
"high": "1024 * 1024",
"n_buckets": 50,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"description": "Resident memory size (KB)"
},
"MEMORY_VSIZE": {
@ -202,8 +202,8 @@
"MEMORY_JS_GC_HEAP": {
"kind": "exponential",
"low": 1024,
"high": "512 * 1024",
"n_buckets": 50,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"description": "Memory used by the garbage-collected JavaScript heap (KB)"
},
"MEMORY_STORAGE_SQLITE": {
@ -223,8 +223,8 @@
"MEMORY_HEAP_ALLOCATED": {
"kind": "exponential",
"low": 1024,
"high": "1024 * 1024",
"n_buckets": 50,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"description": "Heap memory allocated (KB)"
},
"MEMORY_HEAP_COMMITTED_UNUSED": {
@ -243,14 +243,14 @@
"MEMORY_EXPLICIT": {
"kind": "exponential",
"low": 1024,
"high": "1024 * 1024",
"n_buckets": 50,
"high": "16 * 1024 * 1024",
"n_buckets": 200,
"description": "Explicit memory allocations (KB)"
},
"GHOST_WINDOWS": {
"kind": "exponential",
"high": "128",
"n_buckets": 8,
"n_buckets": 32,
"description": "Number of ghost windows"
},
"MEMORY_FREE_PURGED_PAGES_MS": {