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

Side by Side Diff: LayoutTests/inspector/tracing/timeline-timer-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
1 Tests the Timeline events for Timers 1 Tests the Timeline events for Timers
2 2
3 TimerInstall Properties: 3 TimerInstall Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string>
6 singleShot : true 7 singleShot : true
7 timeout : 10 8 timeout : 10
8 timerId : <number> 9 timerId : <number>
9 } 10 }
10 endTime : <number> 11 endTime : <number>
11 frameId : <string> 12 frameId : <string>
12 stackTrace : <object> 13 stackTrace : <object>
13 startTime : <number> 14 startTime : <number>
14 thread : <string> 15 thread : <string>
15 type : "TimerInstall" 16 type : "TimerInstall"
16 } 17 }
17 TimerInstall Properties: 18 TimerInstall Properties:
18 { 19 {
19 data : { 20 data : {
21 frame : <string>
20 singleShot : false 22 singleShot : false
21 timeout : 20 23 timeout : 20
22 timerId : <number> 24 timerId : <number>
23 } 25 }
24 endTime : <number> 26 endTime : <number>
25 frameId : <string> 27 frameId : <string>
26 stackTrace : <object> 28 stackTrace : <object>
27 startTime : <number> 29 startTime : <number>
28 thread : <string> 30 thread : <string>
29 type : "TimerInstall" 31 type : "TimerInstall"
30 } 32 }
31 TimerFire Properties: 33 TimerFire Properties:
32 { 34 {
33 children : <object> 35 children : <object>
34 data : { 36 data : {
37 frame : <string>
35 timerId : <number> 38 timerId : <number>
36 } 39 }
37 endTime : <number> 40 endTime : <number>
38 frameId : <string> 41 frameId : <string>
39 startTime : <number> 42 startTime : <number>
40 thread : <string> 43 thread : <string>
41 type : "TimerFire" 44 type : "TimerFire"
42 } 45 }
43 TimerFire Properties: 46 TimerFire Properties:
44 { 47 {
45 children : <object> 48 children : <object>
46 data : { 49 data : {
50 frame : <string>
47 timerId : <number> 51 timerId : <number>
48 } 52 }
49 endTime : <number> 53 endTime : <number>
50 frameId : <string> 54 frameId : <string>
51 startTime : <number> 55 startTime : <number>
52 thread : <string> 56 thread : <string>
53 type : "TimerFire" 57 type : "TimerFire"
54 } 58 }
55 TimerFire Properties: 59 TimerFire Properties:
56 { 60 {
57 children : <object> 61 children : <object>
58 data : { 62 data : {
63 frame : <string>
59 timerId : <number> 64 timerId : <number>
60 } 65 }
61 endTime : <number> 66 endTime : <number>
62 frameId : <string> 67 frameId : <string>
63 startTime : <number> 68 startTime : <number>
64 thread : <string> 69 thread : <string>
65 type : "TimerFire" 70 type : "TimerFire"
66 } 71 }
67 TimerRemove Properties: 72 TimerRemove Properties:
68 { 73 {
69 data : { 74 data : {
75 frame : <string>
70 timerId : <number> 76 timerId : <number>
71 } 77 }
72 endTime : <number> 78 endTime : <number>
73 frameId : <string> 79 frameId : <string>
74 stackTrace : <object> 80 stackTrace : <object>
75 startTime : <number> 81 startTime : <number>
76 thread : <string> 82 thread : <string>
77 type : "TimerRemove" 83 type : "TimerRemove"
78 } 84 }
79 FunctionCall Properties: 85 FunctionCall Properties:
80 { 86 {
81 data : { 87 data : {
88 frame : <string>
82 scriptId : <string> 89 scriptId : <string>
83 scriptLine : <number> 90 scriptLine : <number>
84 scriptName : <string> 91 scriptName : <string>
85 } 92 }
86 endTime : <number> 93 endTime : <number>
87 frameId : <string> 94 frameId : <string>
88 startTime : <number> 95 startTime : <number>
89 thread : <string> 96 thread : <string>
90 type : "FunctionCall" 97 type : "FunctionCall"
91 } 98 }
92 FunctionCall Properties: 99 FunctionCall Properties:
93 { 100 {
94 children : <object> 101 children : <object>
95 data : { 102 data : {
103 frame : <string>
96 scriptId : <string> 104 scriptId : <string>
97 scriptLine : <number> 105 scriptLine : <number>
98 scriptName : <string> 106 scriptName : <string>
99 } 107 }
100 endTime : <number> 108 endTime : <number>
101 frameId : <string> 109 frameId : <string>
102 startTime : <number> 110 startTime : <number>
103 thread : <string> 111 thread : <string>
104 type : "FunctionCall" 112 type : "FunctionCall"
105 } 113 }
106 FunctionCall Properties: 114 FunctionCall Properties:
107 { 115 {
108 data : { 116 data : {
117 frame : <string>
109 scriptId : <string> 118 scriptId : <string>
110 scriptLine : <number> 119 scriptLine : <number>
111 scriptName : <string> 120 scriptName : <string>
112 } 121 }
113 endTime : <number> 122 endTime : <number>
114 frameId : <string> 123 frameId : <string>
115 startTime : <number> 124 startTime : <number>
116 thread : <string> 125 thread : <string>
117 type : "FunctionCall" 126 type : "FunctionCall"
118 } 127 }
119 FunctionCall Properties: 128 FunctionCall Properties:
120 { 129 {
121 children : <object> 130 children : <object>
122 data : { 131 data : {
132 frame : <string>
123 scriptId : <string> 133 scriptId : <string>
124 scriptLine : <number> 134 scriptLine : <number>
125 scriptName : <string> 135 scriptName : <string>
126 } 136 }
127 endTime : <number> 137 endTime : <number>
128 frameId : <string> 138 frameId : <string>
129 startTime : <number> 139 startTime : <number>
130 thread : <string> 140 thread : <string>
131 type : "FunctionCall" 141 type : "FunctionCall"
132 } 142 }
133 EvaluateScript Properties: 143 EvaluateScript Properties:
134 { 144 {
135 data : { 145 data : {
146 frame : <string>
136 lineNumber : <number> 147 lineNumber : <number>
137 url : 148 url :
138 } 149 }
139 endTime : <number> 150 endTime : <number>
140 frameId : <string> 151 frameId : <string>
141 startTime : <number> 152 startTime : <number>
142 thread : <string> 153 thread : <string>
143 type : "EvaluateScript" 154 type : "EvaluateScript"
144 } 155 }
145 156
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698