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

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

Issue 481403002: DevTools: move tracing based Timeline out of experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated inspector/timeline/timeline-coalescing.html 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 nesting of time/timeEnd records on Timeline 1 Test nesting of time/timeEnd records on Timeline
2 2
3 3
4 Running: testSimpleConsoleTime 4 Running: testSimpleConsoleTime
5 Root 5 Root
6 ----> FunctionCall 6 ----> FunctionCall
7 ----> FunctionCall 7 ----> FunctionCall
8 --------> ConsoleTime : a 8 Marker records:
9 Console Time: a
10 Console Time End: a
9 11
10 Running: testNestedConsoleTime 12 Running: testNestedConsoleTime
11 Root 13 Root
12 ----> FunctionCall 14 ----> FunctionCall
13 --------> ConsoleTime : a 15 Marker records:
14 ------------> ConsoleTime : b 16 Console Time: a
15 ------------> ConsoleTime : c 17 Console Time: b
16 ----------------> ConsoleTime : d 18 Console Time End: b
19 Console Time: c
20 Console Time: d
21 Console Time End: d
22 Console Time End: c
23 Console Time End: a
17 24
18 Running: testUnbalancedConsoleTime 25 Running: testUnbalancedConsoleTime
19 Root 26 Root
20 ----> FunctionCall 27 ----> FunctionCall
21 --------> ConsoleTime : b 28 Marker records:
29 Console Time: a
30 Console Time: b
31 Console Time End: a
32 Console Time End: b
22 33
23 Running: testConsoleTimeWithoutConsoleTimeEnd 34 Running: testConsoleTimeWithoutConsoleTimeEnd
24 Root 35 Root
25 ----> FunctionCall 36 ----> FunctionCall
26 --------> TimeStamp : Foo 37 --------> TimeStamp : Foo
27 --------> TimeStamp : Bar 38 --------> TimeStamp : Bar
28 --------> ConsoleTime : d 39 --------> TimeStamp : Baz
29 ------------> TimeStamp : Baz 40 Marker records:
41 Foo
42 Console Time: a
43 Bar
44 Console Time: b
45 Console Time: c
46 Console Time: d
47 Baz
48 Console Time End: d
30 49
OLDNEW
« no previous file with comments | « LayoutTests/inspector/timeline/timeline-time.html ('k') | LayoutTests/inspector/timeline/timeline-time-stamp-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698