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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-injected-script-eval-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 function call record for InjectedScript.eval call feature . 1 Tests the Timeline API function call record for InjectedScript.eval call feature .
2 2
3 FunctionCall Properties: 3 FunctionCall Properties:
4 { 4 {
5 children : <object> 5 children : <object>
6 counters : <object> 6 counters : <object>
7 data : { 7 data : {
8 scriptLine : <number> 8 scriptLine : <number>
9 scriptName : <string> 9 scriptName : <string>
10 } 10 }
11 endTime : <number> 11 endTime : <number>
12 frameId : <string> 12 frameId : <string>
13 startTime : <number> 13 startTime : <number>
14 type : "FunctionCall" 14 type : "FunctionCall"
15 usedHeapSize : <number>
16 } 15 }
17 FunctionCall Properties: 16 FunctionCall Properties:
18 { 17 {
19 children : <object> 18 children : <object>
20 counters : <object> 19 counters : <object>
21 data : { 20 data : {
22 scriptLine : <number> 21 scriptLine : <number>
23 scriptName : <string> 22 scriptName : <string>
24 } 23 }
25 endTime : <number> 24 endTime : <number>
26 frameId : <string> 25 frameId : <string>
27 startTime : <number> 26 startTime : <number>
28 type : "FunctionCall" 27 type : "FunctionCall"
29 usedHeapSize : <number>
30 } 28 }
31 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698