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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-frame-controller-expected.txt

Issue 61923003: Timeline: show impl-side frames on the Timeline overview (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased, addressed review comments, added a test Created 7 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test timeline records coalescing
2
3 Main thread frames:
4 {
5 cpuTime : 0.003999
6 duration : 0.016
7 endTime : 1.016001
8 id : "1"
9 isBackground : false
10 startTime : 1.000001
11 timeByCategory : {
12 other : 0.000002
13 scripting : 0.003997
14 }
15 }
16 {
17 cpuTime : 0.003999
18 duration : 0.016
19 endTime : 1.032001
20 id : "2"
21 isBackground : false
22 startTime : 1.016001
23 timeByCategory : {
24 other : 0.000002
25 scripting : 0.003997
26 }
27 }
28 {
29 cpuTime : 0.003999
30 duration : 0.016
31 endTime : 1.048001
32 id : "3"
33 isBackground : false
34 startTime : 1.032001
35 timeByCategory : {
36 other : 0.000002
37 scripting : 0.003997
38 }
39 }
40 {
41 cpuTime : 0.043999
42 duration : 0.052
43 endTime : 1.100001
44 id : "4"
45 isBackground : false
46 startTime : 1.048001
47 timeByCategory : {
48 other : 0.000002
49 scripting : 0.043997
50 }
51 }
52 {
53 cpuTime : 0.003999
54 duration : 0.016
55 endTime : 1.116001
56 id : "5"
57 isBackground : false
58 startTime : 1.100001
59 timeByCategory : {
60 other : 0.000002
61 scripting : 0.003997
62 }
63 }
64 {
65 cpuTime : 0.003999
66 duration : 0.016
67 endTime : 1.132001
68 id : "6"
69 isBackground : false
70 startTime : 1.116001
71 timeByCategory : {
72 other : 0.000002
73 scripting : 0.003997
74 }
75 }
76 {
77 cpuTime : 0.003999
78 duration : 0.016
79 endTime : 1.148001
80 id : "7"
81 isBackground : false
82 startTime : 1.132001
83 timeByCategory : {
84 other : 0.000002
85 scripting : 0.003997
86 }
87 }
88 {
89 cpuTime : 0.043999
90 duration : 0.052
91 endTime : 1.200001
92 id : "8"
93 isBackground : false
94 startTime : 1.148001
95 timeByCategory : {
96 other : 0.000002
97 scripting : 0.043997
98 }
99 }
100 {
101 cpuTime : 0.003999
102 duration : 0.016
103 endTime : 1.216001
104 id : "9"
105 isBackground : false
106 startTime : 1.200001
107 timeByCategory : {
108 other : 0.000002
109 scripting : 0.003997
110 }
111 }
112 {
113 cpuTime : 0.003999
114 duration : 0.016
115 endTime : 1.232001
116 id : "10"
117 isBackground : false
118 startTime : 1.216001
119 timeByCategory : {
120 other : 0.000002
121 scripting : 0.003997
122 }
123 }
124 {
125 cpuTime : 0.003999
126 duration : 0.016
127 endTime : 1.248001
128 id : "11"
129 isBackground : false
130 startTime : 1.232001
131 timeByCategory : {
132 other : 0.000002
133 scripting : 0.003997
134 }
135 }
136 Background frames:
137 {
138 cpuTime : 0
139 duration : 0.016
140 endTime : 1.01599
141 id : undefined
142 isBackground : true
143 mainThreadFrameId : "1"
144 startTime : 0.99999
145 timeByCategory : {
146 other : 0
147 }
148 }
149 {
150 cpuTime : 0
151 duration : 0.016
152 endTime : 1.03199
153 id : undefined
154 isBackground : true
155 mainThreadFrameId : "2"
156 startTime : 1.01599
157 timeByCategory : {
158 other : 0
159 }
160 }
161 {
162 cpuTime : 0
163 duration : 0.016
164 endTime : 1.04799
165 id : undefined
166 isBackground : true
167 mainThreadFrameId : "3"
168 startTime : 1.03199
169 timeByCategory : {
170 other : 0
171 }
172 }
173 {
174 cpuTime : 0
175 duration : 0.016
176 endTime : 1.06399
177 id : undefined
178 isBackground : true
179 mainThreadFrameId : "4"
180 startTime : 1.04799
181 timeByCategory : {
182 other : 0
183 }
184 }
185 {
186 cpuTime : 0
187 duration : 0.016
188 endTime : 1.07999
189 id : undefined
190 isBackground : true
191 startTime : 1.06399
192 timeByCategory : {
193 other : 0
194 }
195 }
196 {
197 cpuTime : 0
198 duration : 0.016
199 endTime : 1.09599
200 id : undefined
201 isBackground : true
202 startTime : 1.07999
203 timeByCategory : {
204 other : 0
205 }
206 }
207 {
208 cpuTime : 0
209 duration : 0.02
210 endTime : 1.11599
211 id : undefined
212 isBackground : true
213 mainThreadFrameId : "5"
214 startTime : 1.09599
215 timeByCategory : {
216 other : 0
217 }
218 }
219 {
220 cpuTime : 0
221 duration : 0.016
222 endTime : 1.13199
223 id : undefined
224 isBackground : true
225 mainThreadFrameId : "6"
226 startTime : 1.11599
227 timeByCategory : {
228 other : 0
229 }
230 }
231 {
232 cpuTime : 0
233 duration : 0.016
234 endTime : 1.14799
235 id : undefined
236 isBackground : true
237 mainThreadFrameId : "7"
238 startTime : 1.13199
239 timeByCategory : {
240 other : 0
241 }
242 }
243 {
244 cpuTime : 0
245 duration : 0.016
246 endTime : 1.16399
247 id : undefined
248 isBackground : true
249 mainThreadFrameId : "8"
250 startTime : 1.14799
251 timeByCategory : {
252 other : 0
253 }
254 }
255 {
256 cpuTime : 0
257 duration : 0.016
258 endTime : 1.17999
259 id : undefined
260 isBackground : true
261 startTime : 1.16399
262 timeByCategory : {
263 other : 0
264 }
265 }
266 {
267 cpuTime : 0
268 duration : 0.016
269 endTime : 1.19599
270 id : undefined
271 isBackground : true
272 startTime : 1.17999
273 timeByCategory : {
274 other : 0
275 }
276 }
277 {
278 cpuTime : 0
279 duration : 0.02
280 endTime : 1.21599
281 id : undefined
282 isBackground : true
283 mainThreadFrameId : "9"
284 startTime : 1.19599
285 timeByCategory : {
286 other : 0
287 }
288 }
289 {
290 cpuTime : 0
291 duration : 0.016
292 endTime : 1.23199
293 id : undefined
294 isBackground : true
295 mainThreadFrameId : "10"
296 startTime : 1.21599
297 timeByCategory : {
298 other : 0
299 }
300 }
301 {
302 cpuTime : 0
303 duration : 0.016
304 endTime : 1.24799
305 id : undefined
306 isBackground : true
307 mainThreadFrameId : "11"
308 startTime : 1.23199
309 timeByCategory : {
310 other : 0
311 }
312 }
313
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-frame-controller.html ('k') | Source/devtools/front_end/TimelineFrameController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698