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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-animation-frame-expected.txt

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
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 data : { 5 data : {
6 frame : <string> 6 frame : <string>
7 id : <number> 7 id : <number>
8 stackTrace : <object> 8 stackTrace : <object>
9 } 9 }
10 endTime : <number> 10 endTime : <number>
11 frameId : <string> 11 frameId : <string>
12 stackTrace : <object> 12 stackTrace : <object>
13 startTime : <number> 13 startTime : <number>
14 type : "RequestAnimationFrame" 14 type : "RequestAnimationFrame"
15 } 15 }
16 Text details for RequestAnimationFrame: timeline-animation-frame.html:8 16 Text details for RequestAnimationFrame: null
caseq 2016/01/25 19:18:36 why is this gone?
alph 2016/01/26 00:58:49 That's because it's now collects systems frames as
17 FireAnimationFrame Properties: 17 FireAnimationFrame Properties:
18 { 18 {
19 data : { 19 data : {
20 frame : <string> 20 frame : <string>
21 id : <number> 21 id : <number>
22 } 22 }
23 endTime : <number> 23 endTime : <number>
24 frameId : <string> 24 frameId : <string>
25 startTime : <number> 25 startTime : <number>
26 type : "FireAnimationFrame" 26 type : "FireAnimationFrame"
27 } 27 }
28 Text details for FireAnimationFrame: timeline-animation-frame.html:8 28 Text details for FireAnimationFrame: null
29 CancelAnimationFrame Properties: 29 CancelAnimationFrame Properties:
30 { 30 {
31 data : { 31 data : {
32 frame : <string> 32 frame : <string>
33 id : <number> 33 id : <number>
34 stackTrace : <object> 34 stackTrace : <object>
35 } 35 }
36 endTime : <number> 36 endTime : <number>
37 frameId : <string> 37 frameId : <string>
38 stackTrace : <object> 38 stackTrace : <object>
39 startTime : <number> 39 startTime : <number>
40 type : "CancelAnimationFrame" 40 type : "CancelAnimationFrame"
41 } 41 }
42 Text details for CancelAnimationFrame: timeline-animation-frame.html:11 42 Text details for CancelAnimationFrame: null
43 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698