Bug 833629 - Rebucket memory telemetry histograms. r=njn

This commit is contained in:
Justin Lebar 2013-01-22 21:10:49 -05:00
parent 31f87a1740
commit 528d00db89

View File

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