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

Unified Diff: content/common/view_messages.h

Issue 17757002: Add UMA/Telemetry stats for touch event latency (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: address some of sadrul's comments 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 | « content/common/browser_rendering_stats.cc ('k') | tools/perf/measurements/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index fc26803f197076bf9cf8086799b2db51847ff02e..b4074bf11881ccb4658fd910224728594eb6fd3e 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -303,6 +303,10 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::BrowserRenderingStats)
IPC_STRUCT_TRAITS_MEMBER(input_event_count)
IPC_STRUCT_TRAITS_MEMBER(total_input_latency)
+ IPC_STRUCT_TRAITS_MEMBER(touch_ui_count)
+ IPC_STRUCT_TRAITS_MEMBER(total_touch_ui_latency)
+ IPC_STRUCT_TRAITS_MEMBER(touch_acked_count)
+ IPC_STRUCT_TRAITS_MEMBER(total_touch_acked_latency)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_BEGIN(ViewHostMsg_CreateWindow_Params)
« no previous file with comments | « content/common/browser_rendering_stats.cc ('k') | tools/perf/measurements/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698