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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-parse-html-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 instrumentation of ParseHTML 1 Tests the Timeline API instrumentation of ParseHTML
2 2
3 Test data 3 Test data
4 ParseHTML Properties: 4 ParseHTML Properties:
5 { 5 {
6 children : <object> 6 children : <object>
7 counters : <object> 7 counters : <object>
8 data : { 8 data : {
9 endLine : 0 9 endLine : 0
10 startLine : 0 10 startLine : 0
11 } 11 }
12 endTime : <number> 12 endTime : <number>
13 frameId : <string> 13 frameId : <string>
14 stackTrace : <object> 14 stackTrace : <object>
15 startTime : <number> 15 startTime : <number>
16 type : "ParseHTML" 16 type : "ParseHTML"
17 usedHeapSize : <number>
18 } 17 }
19 ParseHTML Properties: 18 ParseHTML Properties:
20 { 19 {
21 children : <object> 20 children : <object>
22 counters : <object> 21 counters : <object>
23 data : { 22 data : {
24 endLine : 0 23 endLine : 0
25 startLine : 0 24 startLine : 0
26 } 25 }
27 endTime : <number> 26 endTime : <number>
28 frameId : <string> 27 frameId : <string>
29 stackTrace : <object> 28 stackTrace : <object>
30 startTime : <number> 29 startTime : <number>
31 type : "ParseHTML" 30 type : "ParseHTML"
32 usedHeapSize : <number>
33 } 31 }
34 32
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698