Backed out changeset 8723eeacb6c6 (bug 1566391) for build bustage at deps/TelemetryHistogramEnums.h.stub on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2019-07-17 13:08:23 +03:00
parent 33932c4a77
commit d0be9ab2f2
2 changed files with 83 additions and 0 deletions

View File

@ -13886,6 +13886,80 @@
"releaseChannelCollection": "opt-out",
"description": "Reports whether or not graphics drivers crashed during startup."
},
"DEVTOOLS_MEMORY_TAKE_SNAPSHOT_COUNT": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "count",
"bug_numbers": [1221619],
"description": "The number of heap snapshots taken by a user"
},
"DEVTOOLS_MEMORY_IMPORT_SNAPSHOT_COUNT": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "count",
"bug_numbers": [1221619],
"description": "The number of heap snapshots imported by a user"
},
"DEVTOOLS_MEMORY_EXPORT_SNAPSHOT_COUNT": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "count",
"bug_numbers": [1221619],
"description": "The number of heap snapshots exported by a user"
},
"DEVTOOLS_MEMORY_FILTER_CENSUS": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "boolean",
"bug_numbers": [1221619],
"description": "Whether a census tree was filtered or not"
},
"DEVTOOLS_MEMORY_DIFF_CENSUS": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "boolean",
"bug_numbers": [1221619],
"description": "Whether a census was the result of diffing or not"
},
"DEVTOOLS_MEMORY_INVERTED_CENSUS": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "boolean",
"bug_numbers": [1221619],
"description": "Whether a census tree was inverted or not"
},
"DEVTOOLS_MEMORY_BREAKDOWN_CENSUS_COUNT": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "count",
"bug_numbers": [1221619],
"keyed": true,
"description": "The number of times a given type of breakdown was used for a census"
},
"DEVTOOLS_MEMORY_DOMINATOR_TREE_COUNT": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "count",
"bug_numbers": [1221619],
"description": "The number of times a user requested a dominator tree be computed"
},
"DEVTOOLS_MEMORY_BREAKDOWN_DOMINATOR_TREE_COUNT": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "56",
"kind": "count",
"bug_numbers": [1221619],
"keyed": true,
"description": "The number of times a given type of breakdown was used for a dominator tree"
},
"GRAPHICS_SANITY_TEST_REASON": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec", "geckoview"],

View File

@ -103,6 +103,15 @@
"DEVTOOLS_DEBUGGER_DISPLAY_SOURCE_REMOTE_MS",
"DEVTOOLS_HEAP_SNAPSHOT_EDGE_COUNT",
"DEVTOOLS_HEAP_SNAPSHOT_NODE_COUNT",
"DEVTOOLS_MEMORY_BREAKDOWN_CENSUS_COUNT",
"DEVTOOLS_MEMORY_BREAKDOWN_DOMINATOR_TREE_COUNT",
"DEVTOOLS_MEMORY_DIFF_CENSUS",
"DEVTOOLS_MEMORY_DOMINATOR_TREE_COUNT",
"DEVTOOLS_MEMORY_EXPORT_SNAPSHOT_COUNT",
"DEVTOOLS_MEMORY_FILTER_CENSUS",
"DEVTOOLS_MEMORY_IMPORT_SNAPSHOT_COUNT",
"DEVTOOLS_MEMORY_INVERTED_CENSUS",
"DEVTOOLS_MEMORY_TAKE_SNAPSHOT_COUNT",
"DEVTOOLS_PERFTOOLS_CONSOLE_RECORDING_COUNT",
"DEVTOOLS_PERFTOOLS_RECORDING_COUNT",
"DEVTOOLS_PERFTOOLS_RECORDING_DURATION_MS",