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

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

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated inspector/timeline/timeline-coalescing.html Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Test timeline records coalescing
2
3 Test: main thread only
4 {
5 cpuTime : 3.999
6 duration : 16
7 endTime : 1016.001
8 startTime : 1000.001
9 timeByCategory : {
10 other : 0.002
11 rendering : 0
12 scripting : 3.997
13 }
14 }
15 {
16 cpuTime : 10.999
17 duration : 16
18 endTime : 1032.001
19 startTime : 1016.001
20 timeByCategory : {
21 other : 2.003
22 rendering : 5.999
23 scripting : 2.997
24 }
25 }
26 {
27 cpuTime : 1.999
28 duration : 16
29 endTime : 1048.001
30 startTime : 1032.001
31 timeByCategory : {
32 other : 1.999
33 rendering : 0
34 }
35 }
36 Test: impl-side only
37 {
38 cpuTime : 0
39 duration : 30
40 endTime : 1030
41 startTime : 1000
42 timeByCategory : {
43 rendering : 0
44 }
45 }
46 {
47 cpuTime : 0
48 duration : 16
49 endTime : 1046
50 startTime : 1030
51 timeByCategory : {
52 other : 0
53 rendering : 0
54 }
55 }
56 {
57 cpuTime : 2.997
58 duration : 32
59 endTime : 1078
60 startTime : 1046
61 timeByCategory : {
62 other : 0
63 painting : 2.997
64 rendering : 0
65 }
66 }
67 {
68 cpuTime : 0
69 duration : 3
70 endTime : 1081
71 startTime : 1078
72 timeByCategory : {
73 other : 0
74 rendering : 0
75 }
76 }
77 Test: impl-side with commits
78 {
79 cpuTime : 32.999
80 duration : 46
81 endTime : 1046
82 startTime : 1000
83 timeByCategory : {
84 other : 1.004
85 painting : 1.999
86 rendering : 11.999
87 scripting : 17.997
88 }
89 }
90 {
91 cpuTime : 11.999
92 duration : 16
93 endTime : 1062
94 startTime : 1046
95 timeByCategory : {
96 other : 1.002
97 painting : 10.997
98 rendering : 0
99 }
100 }
101 Test: impl-side with interleaving commits
102 {
103 cpuTime : 12.999
104 duration : 14.001
105 endTime : 1014.001
106 startTime : 1000
107 timeByCategory : {
108 other : 0.002
109 painting : 12.997
110 rendering : 0
111 }
112 }
113 {
114 cpuTime : 12.999
115 duration : 16
116 endTime : 1030.001
117 startTime : 1014.001
118 timeByCategory : {
119 other : 0.003
120 painting : 3.999
121 rendering : 0
122 scripting : 8.997
123 }
124 }
125 {
126 cpuTime : 8.002
127 duration : 16
128 endTime : 1046.001
129 startTime : 1030.001
130 timeByCategory : {
131 other : 0.005
132 painting : 7.997
133 rendering : 0
134 }
135 }
136 Test: pre-frame time accounting
137 {
138 cpuTime : 0.999
139 duration : 3.001
140 endTime : 1035.001
141 startTime : 1032
142 timeByCategory : {
143 other : 0.003
144 painting : 0.598
145 rendering : 0.398
146 }
147 }
148 {
149 cpuTime : 0
150 duration : 28
151 endTime : 1063.001
152 startTime : 1035.001
153 timeByCategory : {
154 other : 0
155 rendering : 0
156 }
157 }
158 {
159 cpuTime : 20.998
160 duration : 8.001
161 endTime : 1071.002
162 startTime : 1063.001
163 timeByCategory : {
164 other : 6.005
165 painting : 2.998
166 rendering : 2.998
167 scripting : 8.997
168 }
169 }
170 {
171 cpuTime : 0
172 duration : 10
173 endTime : 1081.002
174 startTime : 1071.002
175 timeByCategory : {
176 other : 0
177 rendering : 0
178 }
179 }
180 {
181 cpuTime : 8.998
182 duration : 15
183 endTime : 1096.002
184 startTime : 1081.002
185 timeByCategory : {
186 other : 1.003
187 painting : 0.998
188 rendering : 6.997
189 }
190 }
191 Test: record processing order
192 {
193 cpuTime : 15.999
194 duration : 13.005
195 endTime : 1013.005
196 startTime : 1000
197 timeByCategory : {
198 other : 0.005
199 painting : 3.997
200 rendering : 0
201 scripting : 11.997
202 }
203 }
204 {
205 cpuTime : 0
206 duration : 16.996
207 endTime : 1030.001
208 startTime : 1013.005
209 timeByCategory : {
210 other : 0
211 rendering : 0
212 }
213 }
214 {
215 cpuTime : 31.999
216 duration : 32
217 endTime : 1062.001
218 startTime : 1030.001
219 timeByCategory : {
220 other : 1.005
221 painting : 19.997
222 rendering : 0
223 scripting : 10.997
224 }
225 }
226
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698