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

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

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 the frames are correctly built based on trace events
2
3 Test: main thread only
4 {
5 cpuTime : 4.001
6 duration : 16
7 endTime : 1016.001
8 startTime : 1000.001
9 timeByCategory : {
10 other : 0.004
11 scripting : 3.997
12 }
13 }
14 {
15 cpuTime : 12.994
16 duration : 16
17 endTime : 1032.001
18 startTime : 1016.001
19 timeByCategory : {
20 other : 3.998
21 rendering : 5.999
22 scripting : 2.997
23 }
24 }
25 {
26 cpuTime : 1.999
27 duration : 16
28 endTime : 1048.001
29 startTime : 1032.001
30 timeByCategory : {
31 other : 1.999
32 }
33 }
34 Test: impl-side only
35 {
36 cpuTime : 0
37 duration : 30
38 endTime : 1030
39 startTime : 1000
40 timeByCategory : {
41 }
42 }
43 {
44 cpuTime : 0
45 duration : 16
46 endTime : 1046
47 startTime : 1030
48 timeByCategory : {
49 }
50 }
51 {
52 cpuTime : 2.997
53 duration : 32
54 endTime : 1078
55 startTime : 1046
56 timeByCategory : {
57 painting : 2.997
58 }
59 }
60 {
61 cpuTime : 0
62 duration : 3
63 endTime : 1081
64 startTime : 1078
65 timeByCategory : {
66 }
67 }
68 Test: impl-side with commits
69 {
70 cpuTime : 31.995
71 duration : 46
72 endTime : 1046
73 startTime : 1000
74 timeByCategory : {
75 other : 1.999
76 painting : 1.999
77 rendering : 10
78 scripting : 17.997
79 }
80 }
81 {
82 cpuTime : 0.010997
83 duration : 16
84 endTime : 1062
85 startTime : 1046
86 timeByCategory : {
87 painting : 0.010997
88 }
89 }
90 Test: impl-side with interleaving commits
91 {
92 cpuTime : 0.012997
93 duration : 14.001
94 endTime : 1014.001
95 startTime : 1000
96 timeByCategory : {
97 painting : 0.012997
98 }
99 }
100 {
101 cpuTime : 12.996
102 duration : 16
103 endTime : 1030.001
104 startTime : 1014.001
105 timeByCategory : {
106 painting : 3.999
107 scripting : 8.997
108 }
109 }
110 {
111 cpuTime : 7.999
112 duration : 16
113 endTime : 1046.001
114 startTime : 1030.001
115 timeByCategory : {
116 painting : 7.999
117 }
118 }
119 Test: pre-frame time accounting
120 {
121 cpuTime : 1.398
122 duration : 3.001
123 endTime : 1035.001
124 startTime : 1032
125 timeByCategory : {
126 painting : 0.598
127 rendering : 0.8
128 }
129 }
130 {
131 cpuTime : 0
132 duration : 28
133 endTime : 1063.001
134 startTime : 1035.001
135 timeByCategory : {
136 }
137 }
138 {
139 cpuTime : 5.999
140 duration : 8.001
141 endTime : 1071.002
142 startTime : 1063.001
143 timeByCategory : {
144 other : 0.003
145 painting : 2.998
146 rendering : 2.998
147 }
148 }
149 {
150 cpuTime : 3.997
151 duration : 10
152 endTime : 1081.002
153 startTime : 1071.002
154 timeByCategory : {
155 other : 0.001
156 painting : 0.998
157 rendering : 2.998
158 }
159 }
160 {
161 cpuTime : 0
162 duration : 15
163 endTime : 1096.002
164 startTime : 1081.002
165 timeByCategory : {
166 }
167 }
168 Test: record processing order
169 {
170 cpuTime : 15.994
171 duration : 13.005
172 endTime : 1013.005
173 startTime : 1000
174 timeByCategory : {
175 painting : 3.997
176 scripting : 11.997
177 }
178 }
179 {
180 cpuTime : 0
181 duration : 16.996
182 endTime : 1030.001
183 startTime : 1013.005
184 timeByCategory : {
185 }
186 }
187 {
188 cpuTime : 30.994
189 duration : 32
190 endTime : 1062.001
191 startTime : 1030.001
192 timeByCategory : {
193 painting : 19.997
194 scripting : 10.997
195 }
196 }
197 {
198 cpuTime : 0
199 duration : 18
200 endTime : 1080.001
201 startTime : 1062.001
202 timeByCategory : {
203 }
204 }
205
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/tracing/frame-model.html ('k') | LayoutTests/inspector/timeline/tracing/resources/worker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698