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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-script-tag-1-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 CONSOLE MESSAGE: line 8: iframe loaded 1 CONSOLE MESSAGE: line 8: iframe loaded
2 Tests the Timeline API instrumentation of an HTML script tag. 2 Tests the Timeline API instrumentation of an HTML script tag.
3 3
4 4
5 ParseHTML 5 ParseHTML
6 ParseHTML 6 ParseHTML
7 ----> EvaluateScript 7 ----> EvaluateScript
8 --------> TimeStamp : SCRIPT TAG 8 --------> TimeStamp : SCRIPT TAG
9 EvaluateScript Properties: 9 EvaluateScript Properties:
10 { 10 {
11 children : <object> 11 children : <object>
12 counters : <object> 12 counters : <object>
13 data : { 13 data : {
14 lineNumber : <number> 14 lineNumber : <number>
15 url : .../inspector/timeline/resources/timeline-iframe-data.html 15 url : .../inspector/timeline/resources/timeline-iframe-data.html
16 } 16 }
17 endTime : <number> 17 endTime : <number>
18 frameId : <string> 18 frameId : <string>
19 startTime : <number> 19 startTime : <number>
20 type : "EvaluateScript" 20 type : "EvaluateScript"
21 usedHeapSize : <number>
22 } 21 }
23 ParseHTML 22 ParseHTML
24 ParseHTML 23 ParseHTML
25 ----> EventDispatch 24 ----> EventDispatch
26 --------> FunctionCall 25 --------> FunctionCall
27 ------------> FunctionCall 26 ------------> FunctionCall
28 ----> MarkLoad 27 ----> MarkLoad
29 ----> MarkDOMContent 28 ----> MarkDOMContent
30 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698