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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-parse-html-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, 11 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 ParseHTML 1 Tests the Timeline API instrumentation of ParseHTML
2 2
3 Test data 3 Test data
4 ParseHTML Properties: 4 ParseHTML Properties:
5 { 5 {
6 data : { 6 data : {
7 beginData : { 7 beginData : {
8 frame : <string> 8 frame : <string>
9 stackTrace : <object>
10 startLine : 0 9 startLine : 0
11 url : .../inspector/tracing/timeline-parse-html.html 10 url : .../inspector/tracing/timeline-parse-html.html
12 } 11 }
13 endData : { 12 endData : {
14 endLine : -1 13 endLine : -1
15 } 14 }
16 } 15 }
17 endTime : <number> 16 endTime : <number>
18 frameId : <string> 17 frameId : <string>
19 stackTrace : <object> 18 stackTrace : <object>
20 startTime : <number> 19 startTime : <number>
21 type : "ParseHTML" 20 type : "ParseHTML"
22 } 21 }
23 Text details for ParseHTML: timeline-parse-html.html [1…] 22 Text details for ParseHTML: timeline-parse-html.html [1…]
24 ParseHTML Properties: 23 ParseHTML Properties:
25 { 24 {
26 data : { 25 data : {
27 beginData : { 26 beginData : {
28 frame : <string> 27 frame : <string>
29 stackTrace : <object>
30 startLine : 0 28 startLine : 0
31 url : .../inspector/tracing/timeline-parse-html.html 29 url : .../inspector/tracing/timeline-parse-html.html
32 } 30 }
33 endData : { 31 endData : {
34 endLine : -1 32 endLine : -1
35 } 33 }
36 } 34 }
37 endTime : <number> 35 endTime : <number>
38 frameId : <string> 36 frameId : <string>
39 stackTrace : <object> 37 stackTrace : <object>
40 startTime : <number> 38 startTime : <number>
41 type : "ParseHTML" 39 type : "ParseHTML"
42 } 40 }
43 Text details for ParseHTML: timeline-parse-html.html [1…] 41 Text details for ParseHTML: timeline-parse-html.html [1…]
44 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698