| Index: test/inspector/sessions/cpu-profile-expected.txt
|
| diff --git a/test/inspector/sessions/cpu-profile-expected.txt b/test/inspector/sessions/cpu-profile-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2c33790e66e7b1d3665f40677e2c34729ba715b9
|
| --- /dev/null
|
| +++ b/test/inspector/sessions/cpu-profile-expected.txt
|
| @@ -0,0 +1,17 @@
|
| +Tests that multiple sessions can record profiles concurrently.
|
| +console.profile in 1
|
| +console profile started from 2: one
|
| +console profile started from 1: one
|
| +console profile finished from 2: one
|
| +console profile finished from 1: one
|
| +console.profile in 2
|
| +console profile started from 2: two
|
| +console profile started from 1: two
|
| +console profile finished from 2: two
|
| +console profile finished from 1: two
|
| +starting in 1
|
| +starting in 2
|
| +stopping in 1
|
| +stopped in 1
|
| +stopping in 2
|
| +stopped in 2
|
|
|