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

Unified Diff: cc/debug/rendering_stats.h

Issue 16213002: Add telemetry to track the time an event spent waiting for the main thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 7 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 | cc/debug/rendering_stats.cc » ('j') | content/renderer/render_widget.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/rendering_stats.h
diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h
index eb01a571b11359baeb7d436bfd9691cd6d49f7fb..7d7b749571fc138a50063781d5b6438b7371e187 100644
--- a/cc/debug/rendering_stats.h
+++ b/cc/debug/rendering_stats.h
@@ -37,6 +37,7 @@ struct CC_EXPORT RenderingStats {
base::TimeDelta total_deferred_image_decode_time;
base::TimeDelta total_image_gathering_time;
base::TimeDelta total_tile_analysis_time;
+ base::TimeDelta average_impl_thread_to_main_thread_time;
// Note: when adding new members, please remember to update EnumerateFields
// and Add in rendering_stats.cc.
« no previous file with comments | « no previous file | cc/debug/rendering_stats.cc » ('j') | content/renderer/render_widget.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698