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

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

Issue 593123003: DevTools: make console.timeline/timelineEnd work for tracing based Timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Addressed comments Created 6 years, 3 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
« no previous file with comments | « LayoutTests/inspector/tracing/console-timeline.html ('k') | Source/core/frame/ConsoleBase.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 CONSOLE WARNING: console.timeline is deprecated. Please use the console.time ins tead.
2 CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeE nd instead.
3 Tests console.timeline and timelineEnd commands.
4
5
6 Running: testStartStopTimeline
7 timestamp 0
8 Timeline 'one'
9 timestamp 1
10 Timeline 'one'
11 timestamp 2
12
13 Running: testStartStopMultiple
14 error: Event Timeline 'one' has already been started
15 error: Event Timeline 'two' has already been started
16 error: Unexpected async event Timeline 'two', phase F
17 error: Unexpected async event Timeline 'one', phase F
18 timestamp 0
19 Timeline 'one'
20 timestamp 1
21 Timeline 'one'
22 Timeline 'two'
23 Timeline 'two'
24 Timeline 'two'
25 timestamp 2
26 Timeline 'one'
27 timestamp 3
28 Timeline 'two'
29 timestamp 4
30 Timeline 'one'
31 timestamp 5
32
33 Running: testStartMultipleStopInsideEvals
34 timestamp 0
35 Timeline 'one'
36 timestamp 1
37 Timeline 'two'
38 timestamp 2
39 timestamp 3
40 Timeline 'two'
41 timestamp 4
42 timestamp 5
43 Timeline 'one'
44 timestamp 6 - FAIL
45
46 Running: testStopUnknown
47 error: Unexpected async event Timeline 'two', phase F
48 timestamp 0
49 Timeline 'one'
50 timestamp 1
51 Timeline 'two'
52 timestamp 2
53 Timeline 'one'
54 timestamp 3
55
56 Running: testStartFromPanel
57 timestamp 0
58 Timeline 'one'
59 timestamp 1
60 Timeline 'one'
61 timestamp 2
62
63 Running: testStopFromPanel
64 timestamp 0
65 Timeline 'one'
66 timestamp 1
67 Timeline 'two'
68 timestamp 2
69
70 Running: testRacyStart
71 timestamp 0
72 Timeline 'one'
73 timestamp 1
74 Timeline 'two'
75 timestamp 2
76
77 Running: testRacyStart2
78 timestamp 0
79 Timeline 'one'
80 timestamp 1
81 Timeline 'two'
82 timestamp 2
83
OLDNEW
« no previous file with comments | « LayoutTests/inspector/tracing/console-timeline.html ('k') | Source/core/frame/ConsoleBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698