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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-mark-timeline-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: 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 CONSOLE WARNING: 'console.markTimeline' is deprecated. Please use 'console.timeS tamp' instead. 1 CONSOLE WARNING: 'console.markTimeline' is deprecated. Please use 'console.timeS tamp' instead.
2 Tests the Timeline API mark feature 2 Tests the Timeline API mark feature
3 3
4 TimeStamp Properties: 4 TimeStamp Properties:
5 { 5 {
6 data : { 6 data : {
7 frame : <string> 7 frame : <string>
8 message : "MARK TIMELINE" 8 message : "MARK TIMELINE"
9 stackTrace : <object>
9 } 10 }
10 endTime : <number> 11 endTime : <number>
11 frameId : <string> 12 frameId : <string>
13 stackTrace : <object>
12 startTime : <number> 14 startTime : <number>
13 type : "TimeStamp" 15 type : "TimeStamp"
14 } 16 }
15 Text details for TimeStamp: null 17 Text details for TimeStamp: timeline-mark-timeline.html:7
16 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698