OLD | NEW |
| (Empty) |
1 CONSOLE WARNING: console.timeline is deprecated. Please use the console.time ins
tead. | |
2 CONSOLE DEBUG: Timeline 'one' started. | |
3 CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeE
nd instead. | |
4 CONSOLE DEBUG: Timeline 'one' finished. | |
5 CONSOLE DEBUG: Timeline 'one' started. | |
6 CONSOLE DEBUG: Timeline 'one' started. | |
7 CONSOLE DEBUG: Timeline 'two' started. | |
8 CONSOLE DEBUG: Timeline 'two' started. | |
9 CONSOLE DEBUG: Timeline 'two' finished. | |
10 CONSOLE DEBUG: Timeline 'one' finished. | |
11 CONSOLE DEBUG: Timeline 'two' finished. | |
12 CONSOLE DEBUG: Timeline 'one' finished. | |
13 CONSOLE DEBUG: Timeline 'one' started. | |
14 CONSOLE DEBUG: Timeline 'two' started. | |
15 CONSOLE DEBUG: Timeline 'two' finished. | |
16 CONSOLE DEBUG: Timeline 'one' finished. | |
17 CONSOLE DEBUG: Timeline 'one' started. | |
18 CONSOLE DEBUG: Timeline 'two' was not started. | |
19 CONSOLE DEBUG: Timeline 'one' finished. | |
20 CONSOLE DEBUG: Timeline 'one' started. | |
21 CONSOLE DEBUG: Timeline 'one' finished. | |
22 CONSOLE DEBUG: Timeline 'one' started. | |
23 CONSOLE DEBUG: Timeline 'two' started. | |
24 CONSOLE DEBUG: Timeline 'one' terminated. | |
25 CONSOLE DEBUG: Timeline 'two' terminated. | |
26 CONSOLE DEBUG: Timeline 'one' started. | |
27 CONSOLE DEBUG: Timeline 'two' started. | |
28 CONSOLE DEBUG: Timeline 'one' terminated. | |
29 CONSOLE DEBUG: Timeline 'two' terminated. | |
30 CONSOLE DEBUG: Timeline 'one' started. | |
31 CONSOLE DEBUG: Timeline 'two' started. | |
32 CONSOLE DEBUG: Timeline 'one' terminated. | |
33 CONSOLE DEBUG: Timeline 'two' terminated. | |
34 Tests console.timeline and timelineEnd commands. | |
35 | |
36 | |
37 Running: testStartStopTimeline | |
38 Timeline 'one' started. | |
39 timestamp 1 | |
40 Timeline 'one' finished. | |
41 | |
42 Running: testStartStopMultiple | |
43 Timeline 'one' started. | |
44 timestamp 1 | |
45 Timeline 'one' started. | |
46 Timeline 'two' started. | |
47 Timeline 'two' started. | |
48 Timeline 'two' finished. | |
49 timestamp 2 | |
50 Timeline 'one' finished. | |
51 timestamp 3 | |
52 Timeline 'two' finished. | |
53 timestamp 4 | |
54 Timeline 'one' finished. | |
55 | |
56 Running: testStartMultipleStopInsideEvals | |
57 Timeline 'one' started. | |
58 timestamp 1 | |
59 Timeline 'two' started. | |
60 timestamp 2 | |
61 timestamp 3 | |
62 Timeline 'two' finished. | |
63 timestamp 4 | |
64 timestamp 5 | |
65 Timeline 'one' finished. | |
66 | |
67 Running: testStopUnknown | |
68 Timeline 'one' started. | |
69 timestamp 1 | |
70 timestamp 2 | |
71 Timeline 'one' finished. | |
72 | |
73 Running: testStartFromPanel | |
74 timestamp 0 | |
75 Timeline 'one' started. | |
76 timestamp 1 | |
77 Timeline 'one' finished. | |
78 timestamp 2 | |
79 | |
80 Running: testStopFromPanel | |
81 Timeline 'one' started. | |
82 timestamp 1 | |
83 Timeline 'two' started. | |
84 timestamp 2 | |
85 | |
86 Running: testRacyStart | |
87 Timeline 'one' started. | |
88 timestamp 1 | |
89 Timeline 'two' started. | |
90 timestamp 2 | |
91 | |
92 Running: testRacyStart2 | |
93 timestamp 0 | |
94 Timeline 'one' started. | |
95 timestamp 1 | |
96 Timeline 'two' started. | |
97 timestamp 2 | |
98 | |
OLD | NEW |