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

Unified Diff: content/common/view_messages.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, 4 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
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 9ab0e9928c9ea403132721b725aa9c13d4871520..0ceefabb963e60587ab7a33af563616c87328606 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -314,6 +314,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::BrowserRenderingStats)
IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_latency)
IPC_STRUCT_TRAITS_MEMBER(scroll_update_count)
IPC_STRUCT_TRAITS_MEMBER(total_scroll_update_latency)
+ IPC_STRUCT_TRAITS_MEMBER(impl_to_main_touch_event_count)
+ IPC_STRUCT_TRAITS_MEMBER(total_impl_to_main_touch_event_latency)
+ IPC_STRUCT_TRAITS_MEMBER(impl_to_main_gesture_scroll_event_count)
+ IPC_STRUCT_TRAITS_MEMBER(total_impl_to_main_gesture_scroll_event_latency)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)

Powered by Google App Engine
This is Rietveld 408576698