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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-animation-frame-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 events for Animation Frame feature 1 Tests the Timeline events for Animation Frame feature
2 2
3 RequestAnimationFrame Properties: 3 RequestAnimationFrame Properties:
4 { 4 {
5 counters : <object> 5 counters : <object>
6 data : { 6 data : {
7 id : <number> 7 id : <number>
8 } 8 }
9 frameId : <string> 9 frameId : <string>
10 stackTrace : <object> 10 stackTrace : <object>
11 startTime : <number> 11 startTime : <number>
12 type : "RequestAnimationFrame" 12 type : "RequestAnimationFrame"
13 usedHeapSize : <number>
14 } 13 }
15 FireAnimationFrame Properties: 14 FireAnimationFrame Properties:
16 { 15 {
17 children : <object> 16 children : <object>
18 counters : <object> 17 counters : <object>
19 data : { 18 data : {
20 id : <number> 19 id : <number>
21 } 20 }
22 endTime : <number> 21 endTime : <number>
23 frameId : <string> 22 frameId : <string>
24 startTime : <number> 23 startTime : <number>
25 type : "FireAnimationFrame" 24 type : "FireAnimationFrame"
26 usedHeapSize : <number>
27 } 25 }
28 CancelAnimationFrame Properties: 26 CancelAnimationFrame Properties:
29 { 27 {
30 counters : <object> 28 counters : <object>
31 data : { 29 data : {
32 id : <number> 30 id : <number>
33 } 31 }
34 frameId : <string> 32 frameId : <string>
35 stackTrace : <object> 33 stackTrace : <object>
36 startTime : <number> 34 startTime : <number>
37 type : "CancelAnimationFrame" 35 type : "CancelAnimationFrame"
38 usedHeapSize : <number>
39 } 36 }
40 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698