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 Found foo() call in profile: true |
| 7 console profile finished from 1: one |
| 8 Found foo() call in profile: true |
| 9 console.profile in 2 |
| 10 console profile started from 2: two |
| 11 console profile started from 1: two |
| 12 console profile finished from 2: two |
| 13 Found foo() call in profile: true |
| 14 console profile finished from 1: two |
| 15 Found foo() call in profile: true |
| 16 starting in 1 |
| 17 starting in 2 |
| 18 stopping in 1 |
| 19 stopped in 1 |
| 20 Found foo() call in profile: true |
| 21 stopping in 2 |
| 22 stopped in 2 |
| 23 Found foo() call in profile: true |
OLD | NEW |