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

Unified Diff: ui/events/ipc/latency_info_param_traits_macros.h

Issue 2341413002: New scroll latency metrics added for touch and wheel. (Closed)
Patch Set: Use thread_name to compute _MAin, _Impl only once. Created 4 years, 2 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 | « tools/metrics/histograms/histograms.xml ('k') | ui/events/latency_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ipc/latency_info_param_traits_macros.h
diff --git a/ui/events/ipc/latency_info_param_traits_macros.h b/ui/events/ipc/latency_info_param_traits_macros.h
index 29ed8bc4a8a089ce24a805bc51c60885b688eeb0..86d9e7d018c91b066a80204c337ff73d3b825e0c 100644
--- a/ui/events/ipc/latency_info_param_traits_macros.h
+++ b/ui/events/ipc/latency_info_param_traits_macros.h
@@ -19,6 +19,8 @@ IPC_STRUCT_TRAITS_BEGIN(ui::LatencyInfo::LatencyComponent)
IPC_STRUCT_TRAITS_MEMBER(sequence_number)
IPC_STRUCT_TRAITS_MEMBER(event_time)
IPC_STRUCT_TRAITS_MEMBER(event_count)
+ IPC_STRUCT_TRAITS_MEMBER(first_event_time)
+ IPC_STRUCT_TRAITS_MEMBER(last_event_time)
IPC_STRUCT_TRAITS_END()
IPC_ENUM_TRAITS_MAX_VALUE(ui::SourceEventType,
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/events/latency_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698