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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-time-stamp-expected.txt

Issue 2145873002: [DevTools] Split inspector/tracing into subdirectories to speed things up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 startTime : <number> 11 startTime : <number>
12 type : "TimeStamp" 12 type : "TimeStamp"
13 } 13 }
14 Text details for TimeStamp: TIME STAMP 14 Text details for TimeStamp: TIME STAMP
15 Timestamp records: 15 Timestamp records:
16 TimeStamp Properties: 16 TimeStamp Properties:
17 { 17 {
18 data : { 18 data : {
19 frame : <string> 19 frame : <string>
20 message : "TIME STAMP" 20 message : "TIME STAMP"
21 } 21 }
22 endTime : <number> 22 endTime : <number>
23 frameId : <string> 23 frameId : <string>
24 startTime : <number> 24 startTime : <number>
25 type : "TimeStamp" 25 type : "TimeStamp"
26 } 26 }
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698