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

Unified Diff: ui/events/mojo/latency_info.mojom

Issue 2768393002: Adding first_event_time and last_event_time to LatencyInfo mojom. (Closed)
Patch Set: Created 3 years, 9 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 | ui/events/mojo/latency_info_struct_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/latency_info.mojom
diff --git a/ui/events/mojo/latency_info.mojom b/ui/events/mojo/latency_info.mojom
index e5e77de3b77d28caacaa84a2398ee03c78811cfe..664499c734b74067bf23047bdbf42ccef0d23f73 100644
--- a/ui/events/mojo/latency_info.mojom
+++ b/ui/events/mojo/latency_info.mojom
@@ -89,6 +89,10 @@ struct LatencyComponent {
mojo.common.mojom.TimeTicks event_time;
// Count of events that happened in this component
uint32 event_count;
+ // Time of the oldest event that happened in this component.
+ mojo.common.mojom.TimeTicks first_event_time;
+ // Time of the most recent event that happened in this component.
+ mojo.common.mojom.TimeTicks last_event_time;
};
struct LatencyComponentPair {
« no previous file with comments | « no previous file | ui/events/mojo/latency_info_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698