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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time-stamp-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: addressing comments 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 timeStamp feature 1 Tests the Timeline API timeStamp feature
2 2
3 TimeStamp Properties: 3 TimeStamp Properties:
4 { 4 {
5 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 message : "TIME STAMP" 7 message : "TIME STAMP"
8 stackTrace : <object>
8 } 9 }
9 endTime : <number> 10 endTime : <number>
10 frameId : <string> 11 frameId : <string>
12 stackTrace : <object>
11 startTime : <number> 13 startTime : <number>
12 type : "TimeStamp" 14 type : "TimeStamp"
13 } 15 }
14 Text details for TimeStamp: null 16 Text details for TimeStamp: timeline-time-stamp.html:7
15 Timestamp records: 17 Timestamp records:
16 TimeStamp Properties: 18 TimeStamp Properties:
17 { 19 {
18 data : { 20 data : {
19 frame : <string> 21 frame : <string>
20 message : "TIME STAMP" 22 message : "TIME STAMP"
23 stackTrace : <object>
21 } 24 }
22 endTime : <number> 25 endTime : <number>
23 frameId : <string> 26 frameId : <string>
27 stackTrace : <object>
24 startTime : <number> 28 startTime : <number>
25 type : "TimeStamp" 29 type : "TimeStamp"
26 } 30 }
27 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698