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

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

Issue 477153005: DevTools: adopt existing Timeline tests for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
(Empty)
1 Test nesting of time/timeEnd records on Timeline
2
3
4 Running: testSimpleConsoleTime
5 Root
6 ----> FunctionCall
7 ----> FunctionCall
8 Marker records:
9 Console Time: a
10 Console Time End: a
11
12 Running: testNestedConsoleTime
13 Root
14 ----> FunctionCall
15 Marker records:
16 Console Time: a
17 Console Time: b
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
24
25 Running: testUnbalancedConsoleTime
26 Root
27 ----> FunctionCall
28 Marker records:
29 Console Time: a
30 Console Time: b
31 Console Time End: a
32 Console Time End: b
33
34 Running: testConsoleTimeWithoutConsoleTimeEnd
35 Root
36 ----> FunctionCall
37 --------> TimeStamp : Foo
38 --------> TimeStamp : Bar
39 --------> 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
49
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/timeline-time.html ('k') | LayoutTests/inspector/tracing/timeline-time-stamp.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698