mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 833629 - Rebucket memory telemetry histograms. r=njn
This commit is contained in:
parent
f871383144
commit
4e79ff3f80
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user