Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 3317faa0a89ed0439d8905b2a4080b2094e0f09a..6d21ea070296f004f30d524a79dfccf145c9bdae 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -13584,6 +13584,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
| </summary> |
| </histogram> |
| +<histogram name="Navigation.TimeToNavigationFinished" units="milliseconds"> |
|
clamy
2014/09/23 21:54:07
As mentioned earlier I think TimeToCommit would be
carlosk
2014/09/24 18:35:50
Done.
|
| + <owner>carlosk@chromium.org</owner> |
| + <summary> |
| + Time between the start of a navigation request in the browser and it having |
|
clamy
2014/09/23 21:54:07
it having finished navigating -> its commit.
carlosk
2014/09/24 18:35:50
Done.
|
| + finished navigating. |
| + </summary> |
| +</histogram> |
| + |
| +<histogram name="Navigation.TimeToURLJobStart" units="milliseconds"> |
| + <owner>carlosk@chromium.org</owner> |
| + <summary> |
| + Time between the start of a navigation request in the browser and the |
| + reception of a corresponding ResourceRequest in the network stack. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="NCN.CM.FastestRTTOn2G" units="milliseconds"> |
| <owner>pauljensen@chromium.org</owner> |
| <summary> |