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

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

Issue 2954473002: Record accuracy of expected queueing time metric. (Closed)
Patch Set: Fix include. Created 3 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
Index: ui/latency/mojo/latency_info.mojom
diff --git a/ui/latency/mojo/latency_info.mojom b/ui/latency/mojo/latency_info.mojom
index 44be9a7758cd0a1bcaaaac8ef1ed957715c46d1a..73de2796dc6503939755b1033cd9e14b7f5b22c5 100644
--- a/ui/latency/mojo/latency_info.mojom
+++ b/ui/latency/mojo/latency_info.mojom
@@ -117,4 +117,5 @@ struct LatencyInfo {
bool coalesced;
bool terminated;
SourceEventType source_event_type;
+ mojo.common.mojom.TimeDelta expected_queueing_time_on_dispatch;
};

Powered by Google App Engine
This is Rietveld 408576698