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

Unified Diff: cc/scheduler/compositor_timing_history.cc

Issue 2108943002: cc: Fix UMA typo for BeginMainFrameStartToCommitDuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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:
View side-by-side diff with in-line comments
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: cc/scheduler/compositor_timing_history.cc
diff --git a/cc/scheduler/compositor_timing_history.cc b/cc/scheduler/compositor_timing_history.cc
index 64dd4afba75daba2a324837212dbe74afcced1c8..8b474c09b3d20a070095c45f3c6cb3caf722bedd 100644
--- a/cc/scheduler/compositor_timing_history.cc
+++ b/cc/scheduler/compositor_timing_history.cc
@@ -236,7 +236,7 @@ class BrowserUMAReporter : public CompositorTimingHistory::UMAReporter {
void AddBeginMainFrameStartToCommitDuration(
base::TimeDelta duration) override {
UMA_HISTOGRAM_CUSTOM_TIMES_DURATION(
- "Scheduling.Browser.BeginMainFrameStartToCommit", duration);
+ "Scheduling.Browser.BeginMainFrameStartToCommitDuration", duration);
}
void AddCommitToReadyToActivateDuration(base::TimeDelta duration) override {
« 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