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

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

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

Powered by Google App Engine
This is Rietveld 408576698