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

Unified Diff: cc/scheduler/compositor_timing_history.h

Issue 1681393003: cc: Add MainAndImplFrameTimeDelta UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | cc/scheduler/compositor_timing_history.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/scheduler/compositor_timing_history.h
diff --git a/cc/scheduler/compositor_timing_history.h b/cc/scheduler/compositor_timing_history.h
index b64dc0561a52cb8c6a2f32c65ebb068598f624aa..cd4e7e80eb7b1b00ac576ca7d30680af569069ff 100644
--- a/cc/scheduler/compositor_timing_history.h
+++ b/cc/scheduler/compositor_timing_history.h
@@ -64,7 +64,8 @@ class CC_EXPORT CompositorTimingHistory {
void WillActivate();
void DidActivate();
void WillDraw();
- void DidDraw(bool used_new_active_tree);
+ void DidDraw(bool used_new_active_tree,
+ bool main_thread_missed_last_deadline);
tdresser 2016/02/10 17:15:20 Would it make sense to record how many deadlines t
Sami 2016/02/10 17:28:54 Do you mean the lateness in milliseconds? I guess
void DidSwapBuffers();
void DidSwapBuffersComplete();
void DidSwapBuffersReset();
« no previous file with comments | « no previous file | cc/scheduler/compositor_timing_history.cc » ('j') | tools/metrics/histograms/histograms.xml » ('J')

Powered by Google App Engine
This is Rietveld 408576698