author | Julian Descottes <jdescottes@mozilla.com> |
Fri, 12 Jan 2018 15:53:50 +0100 | |
changeset 453975 | 55b95957d30bddff2bf78f07fca2f6046141873d |
parent 453974 | f3e1fd49ad093f343538a34f826eecb229cdd8e6 |
child 453976 | 96e818315d57980b93162a968cc74ae9ab68c01d |
push id | 1648 |
push user | mtabara@mozilla.com |
push date | Thu, 01 Mar 2018 12:45:47 +0000 |
treeherder | mozilla-release@cbb9688c2eeb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | yulia |
bugs | 1429047 |
milestone | 59.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -8494,16 +8494,26 @@ "DEVTOOLS_DEBUGGER_DISPLAY_SOURCE_REMOTE_MS": { "record_in_processes": ["main", "content"], "expires_in_version": "never", "kind": "exponential", "high": 10000, "n_buckets": 1000, "description": "The time (in milliseconds) that it took to display a selected source to the user." }, + "DEVTOOLS_DEBUGGER_LOAD_SOURCE_MS": { + "record_in_processes": ["main", "content"], + "alert_emails": ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"], + "bug_numbers": [1429047], + "expires_in_version": "66", + "kind": "exponential", + "high": 10000, + "n_buckets": 100, + "description": "The time (in milliseconds) that it took to load a source for the user." + }, "DEVTOOLS_ABOUT_DEVTOOLS_OPENED_KEY": { "record_in_processes": ["main"], "alert_emails": ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"], "bug_numbers": [1412029], "expires_in_version": "63", "kind": "categorical", "labels": ["toggleToolbox", "toggleToolboxF12", "inspector", "webconsole", "jsdebugger", "netmonitor", "toggleToolbar", "webide", "browserToolbox", "browserConsole", "responsiveDesignMode", "scratchpad", "styleeditor", "performance", "storage", "dom"], "description": "Records the key shortcut passed to open the about:devtools page."