Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: test/inspector/sessions/cpu-profile-expected.txt

Issue 2920313002: [inspector] Test how Profiler interacts with multiple sessions (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« test/inspector/sessions/cpu-profile.js ('K') | « test/inspector/sessions/cpu-profile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698