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

Side by Side Diff: LayoutTests/inspector/timeline/timeline-coalescing-expected.txt

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated virtual/implsidepainting/inspector/timeline/timeline-paint-expected.txt Created 6 years, 4 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 Test timeline records coalescing 1 Test timeline records coalescing
2 2
3 Root 3 Root
4 ----> Layout x 3 duration: 299.89900:299.89900 (rendering: 299.69700) 4 ----> Layout x 3 duration: 299.89900:299.89900 (rendering: 299.69700)
5 --------> Layout duration: 99.89900:99.89900 (rendering: 99.89900) 5 --------> Layout duration: 99.89900:99.89900 (rendering: 99.89900)
6 --------> Layout duration: 99.89900:99.89900 (rendering: 99.89900) 6 --------> Layout duration: 99.89900:99.89900 (rendering: 99.89900)
7 --------> Layout duration: 99.89900:99.89900 (rendering: 99.89900) 7 --------> Layout duration: 99.89900:99.89900 (rendering: 99.89900)
8 ----> Layout duration: 94.89900:94.89900 (rendering: 94.89900) 8 ----> Layout duration: 94.89900:94.89900 (rendering: 94.89900)
9 ----> FunctionCall duration: 199.99700:199.99700 (painting: 199.79800, scripting : 0.19900) 9 ----> FunctionCall duration: 199.99700:199.99700 (scripting: 0.19900, painting: 199.79800)
10 --------> DecodeImage x 2 duration: 199.89800:199.89800 (painting: 199.79800) 10 --------> Decode Image x 2 duration: 199.89800:199.89800 (painting: 199.79800)
11 ------------> DecodeImage duration: 99.89800:99.89800 (painting: 99.89800) 11 ------------> Decode Image duration: 99.89800:99.89800 (painting: 99.89800)
12 ------------> DecodeImage duration: 99.90000:99.90000 (painting: 99.90000) 12 ------------> Decode Image duration: 99.90000:99.90000 (painting: 99.90000)
13 ----> FunctionCall duration: 199.99700:199.99700 (painting: 199.79800, scripting : 0.19900) 13 ----> FunctionCall duration: 199.99700:199.99700 (scripting: 0.19900, painting: 199.79800)
14 --------> DecodeImage x 2 duration: 199.89800:199.89800 (painting: 199.79800) 14 --------> Decode Image x 2 duration: 199.89800:199.89800 (painting: 199.79800)
15 ------------> DecodeImage duration: 99.89800:99.89800 (painting: 99.89800) 15 ------------> Decode Image duration: 99.89800:99.89800 (painting: 99.89800)
16 ------------> DecodeImage duration: 99.90000:99.90000 (painting: 99.90000) 16 ------------> Decode Image duration: 99.90000:99.90000 (painting: 99.90000)
17 ----> Rasterize x 3 duration: 299.89900:299.89900 (painting: 299.69700) 17 ----> RasterTask x 3 duration: 299.89900:299.89900 (painting: 299.69700)
18 --------> Rasterize duration: 99.89900:99.89900 (painting: 99.89900) 18 --------> RasterTask duration: 99.89900:99.89900 (painting: 99.89900)
19 --------> Rasterize duration: 99.89900:99.89900 (painting: 99.89900) 19 --------> RasterTask duration: 99.89900:99.89900 (painting: 99.89900)
20 --------> Rasterize duration: 99.89900:99.89900 (painting: 99.89900) 20 --------> RasterTask duration: 99.89900:99.89900 (painting: 99.89900)
21 ----> Paint x 3 duration: 299.89900:299.89900 (painting: 299.69700) 21 ----> Paint x 3 duration: 299.89900:299.89900 (painting: 299.69700)
22 --------> Paint duration: 99.89900:99.89900 (painting: 99.89900) 22 --------> Paint duration: 99.89900:99.89900 (painting: 99.89900)
23 --------> Paint duration: 99.89900:99.89900 (painting: 99.89900) 23 --------> Paint duration: 99.89900:99.89900 (painting: 99.89900)
24 --------> Paint duration: 99.89900:99.89900 (painting: 99.89900) 24 --------> Paint duration: 99.89900:99.89900 (painting: 99.89900)
25 coalesced record's hasWarnings(): false 25 coalesced record's hasWarnings(): false
26 coalesced record's childHasWarnings(): true 26 coalesced record's childHasWarnings(): undefined
alph 2014/08/21 13:13:39 shouldn't it be true/false?
yurys 2014/08/21 14:18:42 Good catch. Since the logic we detect synchronous
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698