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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-layout-expected.txt

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 4 landing Created 4 years, 10 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 Tests the Timeline API instrumentation of a Layout event 1 Tests the Timeline API instrumentation of a Layout event
2 2
3 text 3 text
4 text 4 text
5 text 5 text
6 text 6 text
7 text 7 text
8 Layout Properties: 8 Layout Properties:
9 { 9 {
10 data : { 10 data : {
11 beginData : { 11 beginData : {
12 dirtyObjects : 3 12 dirtyObjects : 3
13 frame : <string> 13 frame : <string>
14 partialLayout : true 14 partialLayout : true
15 stackTrace : <object>
16 totalObjects : 8 15 totalObjects : 8
17 } 16 }
18 endData : { 17 endData : {
19 root : <object> 18 root : <object>
20 rootNode : <number> 19 rootNode : <number>
21 } 20 }
22 } 21 }
23 endTime : <number> 22 endTime : <number>
24 frameId : <string> 23 frameId : <string>
25 stackTrace : <object> 24 stackTrace : <object>
26 startTime : <number> 25 startTime : <number>
27 type : "Layout" 26 type : "Layout"
28 } 27 }
29 Text details for Layout: timeline-layout.html:17 28 Text details for Layout: timeline-layout.html:14
30 Layout has a warning 29 Layout has a warning
31 Layout Properties: 30 Layout Properties:
32 { 31 {
33 data : { 32 data : {
34 beginData : { 33 beginData : {
35 dirtyObjects : 2 34 dirtyObjects : 2
36 frame : <string> 35 frame : <string>
37 partialLayout : true 36 partialLayout : true
38 stackTrace : <object>
39 totalObjects : 11 37 totalObjects : 11
40 } 38 }
41 endData : { 39 endData : {
42 root : <object> 40 root : <object>
43 rootNode : <number> 41 rootNode : <number>
44 } 42 }
45 } 43 }
46 endTime : <number> 44 endTime : <number>
47 frameId : <string> 45 frameId : <string>
48 stackTrace : <object> 46 stackTrace : <object>
49 startTime : <number> 47 startTime : <number>
50 type : "Layout" 48 type : "Layout"
51 } 49 }
52 Text details for Layout: timeline-layout.html:17 50 Text details for Layout: timeline-layout.html:14
53 Layout has a warning 51 Layout has a warning
54 52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698