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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/frame-model-expected.txt

Issue 1613543003: Timeline: unify frame computation for threaded and single-thread scenarios (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 Test the frames are correctly built based on trace events 1 Test the frames are correctly built based on trace events
2 2
3 Test: main thread only 3 Test: main thread only
4 { 4 {
5 cpuTime : 4.001 5 cpuTime : 11.998
6 duration : 16 6 duration : 23
7 endTime : 1016.001 7 endTime : 1027.002
8 idle : false 8 idle : false
9 startTime : 1000.001 9 startTime : 1004.002
10 timeByCategory : { 10 timeByCategory : {
11 other : 0.004 11 other : 2.003
12 scripting : 3.997 12 painting : 0.999
13 }
14 }
15 {
16 cpuTime : 12.994
17 duration : 16
18 endTime : 1032.001
19 idle : false
20 startTime : 1016.001
21 timeByCategory : {
22 other : 3.998
23 rendering : 5.999 13 rendering : 5.999
24 scripting : 2.997 14 scripting : 2.997
25 } 15 }
26 } 16 }
27 { 17 {
28 cpuTime : 1.999 18 cpuTime : 1.999
19 duration : 5.002
20 endTime : 1032.004
21 idle : false
22 startTime : 1027.002
23 timeByCategory : {
24 other : 1
25 painting : 0.999
26 }
27 }
28 {
29 cpuTime : 1.999
29 duration : 16 30 duration : 16
30 endTime : 1048.001 31 endTime : 1048.004
31 idle : false 32 idle : false
32 startTime : 1032.001 33 startTime : 1032.004
33 timeByCategory : { 34 timeByCategory : {
34 other : 1.999 35 other : 1
36 painting : 0.999
35 } 37 }
36 } 38 }
37 Test: impl-side only 39 Test: impl-side only
38 { 40 {
39 cpuTime : 0 41 cpuTime : 0
40 duration : 30 42 duration : 30
41 endTime : 1030 43 endTime : 1030
42 idle : false 44 idle : false
43 startTime : 1000 45 startTime : 1000
44 timeByCategory : { 46 timeByCategory : {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 idle : false 130 idle : false
129 startTime : 1030.001 131 startTime : 1030.001
130 timeByCategory : { 132 timeByCategory : {
131 other : 0.003 133 other : 0.003
132 painting : 7.999 134 painting : 7.999
133 scripting : 4.997 135 scripting : 4.997
134 } 136 }
135 } 137 }
136 Test: pre-frame time accounting 138 Test: pre-frame time accounting
137 { 139 {
138 cpuTime : 2.999 140 cpuTime : 32.998
139 duration : 3.001 141 duration : 3.001
140 endTime : 1035.001 142 endTime : 1035.001
141 idle : false 143 idle : false
142 startTime : 1032 144 startTime : 1032
143 timeByCategory : { 145 timeByCategory : {
144 other : 1.601 146 other : 2.603
145 painting : 0.598 147 painting : 0.598
146 rendering : 0.8 148 rendering : 0.8
149 scripting : 28.997
147 } 150 }
148 } 151 }
149 { 152 {
150 cpuTime : 0 153 cpuTime : 0
151 duration : 28 154 duration : 28
152 endTime : 1063.001 155 endTime : 1063.001
153 idle : false 156 idle : false
154 startTime : 1035.001 157 startTime : 1035.001
155 timeByCategory : { 158 timeByCategory : {
156 } 159 }
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 { 300 {
298 cpuTime : 0 301 cpuTime : 0
299 duration : 15.999 302 duration : 15.999
300 endTime : 1312 303 endTime : 1312
301 idle : false 304 idle : false
302 startTime : 1296.001 305 startTime : 1296.001
303 timeByCategory : { 306 timeByCategory : {
304 } 307 }
305 } 308 }
306 309
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698