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

Side by Side Diff: ui/latency/mojo/latency_info.mojom

Issue 2954473002: Record accuracy of expected queueing time metric. (Closed)
Patch Set: Set trace ID in test. Created 3 years, 5 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 unified diff | Download patch
« no previous file with comments | « ui/latency/mojo/DEPS ('k') | ui/latency/mojo/latency_info_struct_traits.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module ui.mojom; 5 module ui.mojom;
6 6
7 import "mojo/common/time.mojom"; 7 import "mojo/common/time.mojom";
8 import "ui/gfx/geometry/mojo/geometry.mojom"; 8 import "ui/gfx/geometry/mojo/geometry.mojom";
9 9
10 enum LatencyComponentType { 10 enum LatencyComponentType {
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 // See ui/latency/latency_info.h 112 // See ui/latency/latency_info.h
113 struct LatencyInfo { 113 struct LatencyInfo {
114 string trace_name; 114 string trace_name;
115 array<LatencyComponentPair> latency_components; 115 array<LatencyComponentPair> latency_components;
116 int64 trace_id; 116 int64 trace_id;
117 bool coalesced; 117 bool coalesced;
118 bool began; 118 bool began;
119 bool terminated; 119 bool terminated;
120 SourceEventType source_event_type; 120 SourceEventType source_event_type;
121 mojo.common.mojom.TimeDelta expected_queueing_time_on_dispatch;
121 }; 122 };
OLDNEW
« no previous file with comments | « ui/latency/mojo/DEPS ('k') | ui/latency/mojo/latency_info_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698