| OLD | NEW |
| (Empty) |
| 1 Tests that multiple sessions can record profiles concurrently. | |
| 2 console.profile in 1 | |
| 3 console profile started from 2: one | |
| 4 console profile started from 1: one | |
| 5 console profile finished from 2: one | |
| 6 console profile finished from 1: one | |
| 7 console.profile in 2 | |
| 8 console profile started from 2: two | |
| 9 console profile started from 1: two | |
| 10 console profile finished from 2: two | |
| 11 console profile finished from 1: two | |
| 12 starting in 1 | |
| 13 starting in 2 | |
| 14 stopping in 1 | |
| 15 stopped in 1 | |
| 16 stopping in 2 | |
| 17 stopped in 2 | |
| OLD | NEW |