Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2105593004: uma: Document Scheduling.Browser.BeginMainFrameStartToCommit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bmfs2c
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 &quot;Duration&quot;.
+ </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 &quot;Duration&quot;.
+ </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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698