Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 10b2c103490a166f4d8661a89914401ea7683ee4..0531ae912f14ad2019547e469e5cc72ecf98d4b8 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -13626,6 +13626,22 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Navigation.TimeToCommit" units="milliseconds"> |
+ <owner>carlosk@chromium.org</owner> |
+ <summary> |
+ Time between the start of a navigation request in the browser and its |
+ commit. |
+ </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> |
@@ -38026,7 +38042,7 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<histogram name="WinTimeTicks.NonStopTsc"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<summary> |
- True if the CPU's time stamp counter ticks at a constant rate regardless of |
+ True if the CPU's timestamp counter ticks at a constant rate regardless of |
CPU frequency. |
</summary> |
</histogram> |