OLD | NEW |
1 CONSOLE WARNING: console.timeline is deprecated. Please use the console.time ins
tead. | 1 CONSOLE WARNING: 'console.timeline' is deprecated. Please use 'console.time' ins
tead. |
2 CONSOLE WARNING: console.timelineEnd is deprecated. Please use the console.timeE
nd instead. | 2 CONSOLE WARNING: 'console.timelineEnd' is deprecated. Please use 'console.timeEn
d' instead. |
3 Tests console.timeline and timelineEnd commands. | 3 Tests console.timeline and timelineEnd commands. |
4 | 4 |
5 | 5 |
6 Running: testStartStopTimeline | 6 Running: testStartStopTimeline |
7 timestamp 0 | 7 timestamp 0 |
8 Timeline 'one' | 8 Timeline 'one' |
9 timestamp 1 | 9 timestamp 1 |
10 Timeline 'one' | 10 Timeline 'one' |
11 timestamp 2 | 11 timestamp 2 |
12 | 12 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 Timeline 'two' | 74 Timeline 'two' |
75 timestamp 2 | 75 timestamp 2 |
76 | 76 |
77 Running: testRacyStart2 | 77 Running: testRacyStart2 |
78 timestamp 0 | 78 timestamp 0 |
79 Timeline 'one' | 79 Timeline 'one' |
80 timestamp 1 | 80 timestamp 1 |
81 Timeline 'two' | 81 Timeline 'two' |
82 timestamp 2 | 82 timestamp 2 |
83 | 83 |
OLD | NEW |