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

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: 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 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 } 8 }
9 endTime : <number> 9 endTime : <number>
10 frameId : <string> 10 frameId : <string>
11 stackTrace : <object>
11 startTime : <number> 12 startTime : <number>
12 type : "TimeStamp" 13 type : "TimeStamp"
13 } 14 }
14 Text details for TimeStamp: null 15 Text details for TimeStamp: timeline-time-stamp.html:7
pfeldman 2016/01/27 18:38:36 You no longer specify the line number for the bind
alph 2016/01/27 22:31:25 Done.
15 Timestamp records: 16 Timestamp records:
16 TimeStamp Properties: 17 TimeStamp Properties:
17 { 18 {
18 data : { 19 data : {
19 frame : <string> 20 frame : <string>
20 message : "TIME STAMP" 21 message : "TIME STAMP"
21 } 22 }
22 endTime : <number> 23 endTime : <number>
23 frameId : <string> 24 frameId : <string>
25 stackTrace : <object>
24 startTime : <number> 26 startTime : <number>
25 type : "TimeStamp" 27 type : "TimeStamp"
26 } 28 }
27 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698