Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 5ef2c93c7e9cb479aeaa0c797a5a52499b1ec56d..890c17afe16ef9e0e2982e754c34c672ce04fd87 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -48984,6 +48984,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Scheduling.Browser.BeginMainFrameStartToCommit" |
+ units="microseconds"> |
+ <obsolete> |
+ Replaced by BeginMainFrameStartToCommitDuration. This was recorded as a |
+ result of a typo in the code that didn't include "Duration". |
+ </obsolete> |
+ <owner>brianderson@chromium.org</owner> |
+ <summary> |
+ The time from when the main side actually starts the BeginMainFrame to when |
+ the commit completes on the impl side. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Scheduling.Browser.BeginMainFrameStartToCommit2" |
+ units="microseconds"> |
+ <obsolete> |
+ Replaced by BeginMainFrameStartToCommitDuration2. This was recorded as a |
+ result of a typo in the code that didn't include "Duration". |
+ </obsolete> |
+ <owner>brianderson@chromium.org</owner> |
+ <summary> |
+ The time from when the main side actually starts the BeginMainFrame to when |
+ the commit completes on the impl side. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Scheduling.CommitInterval" units="microseconds"> |
<obsolete> |
Replaced by CommitInterval2, due to inefficient bucketing scheme. |