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

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

Issue 121223003: DevTools: Move usedHeapSize from TimelineEvent into counters. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 12 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 | Annotate | Revision Log
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 counters : <object> 5 counters : <object>
6 data : { 6 data : {
7 message : "TIME STAMP" 7 message : "TIME STAMP"
8 } 8 }
9 frameId : <string> 9 frameId : <string>
10 stackTrace : <object> 10 stackTrace : <object>
11 startTime : <number> 11 startTime : <number>
12 type : "TimeStamp" 12 type : "TimeStamp"
13 usedHeapSize : <number>
14 } 13 }
15 Timestamp records: 14 Timestamp records:
16 TimeStamp Properties: 15 TimeStamp Properties:
17 { 16 {
18 counters : <object> 17 counters : <object>
19 data : { 18 data : {
20 message : "TIME STAMP" 19 message : "TIME STAMP"
21 } 20 }
22 frameId : <string> 21 frameId : <string>
23 stackTrace : <object> 22 stackTrace : <object>
24 startTime : <number> 23 startTime : <number>
25 type : "TimeStamp" 24 type : "TimeStamp"
26 usedHeapSize : <number>
27 } 25 }
28 26
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698