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..db5c0e2444df86e4c160bc72ecf3af56371f8646 |
--- /dev/null |
+++ b/test/inspector/sessions/cpu-profile-expected.txt |
@@ -0,0 +1,23 @@ |
+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 |
+Found foo() call in profile: true |
+console profile finished from 1: one |
+Found foo() call in profile: true |
+console.profile in 2 |
+console profile started from 2: two |
+console profile started from 1: two |
+console profile finished from 2: two |
+Found foo() call in profile: true |
+console profile finished from 1: two |
+Found foo() call in profile: true |
+starting in 1 |
+starting in 2 |
+stopping in 1 |
+stopped in 1 |
+Found foo() call in profile: true |
+stopping in 2 |
+stopped in 2 |
+Found foo() call in profile: true |