Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index cc783b848d0b4883dbfe31779a3ded257ce5dda8..839a20b9cfe5d893464b3638fddc864c7b1e31ad 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -5526,6 +5526,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| <histogram name="ChromeGeneratedCustomTab.IntentToFirstCommitNavigationTime" |
| units="ms"> |
| + <obsolete> |
| + Deprecated 8/2016. No longer tracked. |
|
Ilya Sherman
2016/08/18 21:54:21
Please document the histogram that replaced it.
pasko
2016/08/19 16:41:02
Done.
|
| + </obsolete> |
| <owner>lizeb@chromium.org</owner> |
| <summary> |
| Time between the intent arrival in a Chrome generated CCT and the first |
| @@ -5534,11 +5537,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="ChromeGeneratedCustomTab.IntentToFirstCommitNavigationTime2" |
| + units="ms"> |
| + <owner>lizeb@chromium.org</owner> |
| + <summary> |
| + In "Herb" mode shows the time between the intent arrival in a |
| + Chrome generated CCT and the first navigation commit, if the navigation is |
| + successful. Similar in principle to Startup.FirstCommitNavigationTime. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="ChromeGeneratedCustomTab.IntentToPageLoadedTime" units="ms"> |
| <owner>lizeb@chromium.org</owner> |
| <summary> |
| - Time between the intent arrival in a Chrome generated CCT and the first |
| - "page loaded" event, if the navigation is successful. |
| + In "Herb" mode shows time between the intent arrival in a Chrome |
| + generated CCT and the first "page loaded" event, if the navigation |
| + is successful. |
| </summary> |
| </histogram> |
| @@ -7511,6 +7525,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </histogram> |
| <histogram name="CustomTabs.IntentToFirstCommitNavigationTime" units="ms"> |
| + <obsolete> |
| + Deprecated 8/2016. No longer tracked. |
|
Ilya Sherman
2016/08/18 21:54:21
Ditto.
pasko
2016/08/19 16:41:02
Done.
|
| + </obsolete> |
| <owner>lizeb@chromium.org</owner> |
| <summary> |
| Time between the intent arrival in Chrome and the first navigation commit, |
| @@ -7519,11 +7536,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
| </summary> |
| </histogram> |
| +<histogram name="CustomTabs.IntentToFirstCommitNavigationTime2" units="ms"> |
| + <owner>lizeb@chromium.org</owner> |
| + <summary> |
| + Time between the intent arrival to a Custom Tab and the first navigation |
| + commit, if the navigation is successful. Similar in principle to |
| + Startup.FirstCommitNavigationTime. Non-"Herb" mode. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="CustomTabs.IntentToPageLoadedTime" units="ms"> |
| <owner>lizeb@chromium.org</owner> |
| <summary> |
| Time between the intent arrival in Chrome and the first "page |
| - loaded" event, if the navigation is successful. |
| + loaded" event, if the navigation is successful. Non-"Herb" |
| + mode. |
| </summary> |
| </histogram> |