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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-script-tag-2-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 1: SCRIPT TAG 1 CONSOLE MESSAGE: line 1: SCRIPT TAG
2 Tests the Timeline API instrumentation of a script tag with an external script. 2 Tests the Timeline API instrumentation of a script tag with an external script.
3 3
4 EvaluateScript Properties: 4 EvaluateScript Properties:
5 { 5 {
6 children : <object> 6 children : <object>
7 counters : <object> 7 counters : <object>
8 data : { 8 data : {
9 lineNumber : <number> 9 lineNumber : <number>
10 url : .../inspector/timeline/timeline-script-tag-2.js 10 url : .../inspector/timeline/timeline-script-tag-2.js
11 } 11 }
12 endTime : <number> 12 endTime : <number>
13 frameId : <string> 13 frameId : <string>
14 startTime : <number> 14 startTime : <number>
15 type : "EvaluateScript" 15 type : "EvaluateScript"
16 usedHeapSize : <number>
17 } 16 }
18 17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698