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

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

Issue 2920313002: [inspector] Test how Profiler interacts with multiple sessions (Closed)
Patch Set: unflake 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
« no previous file with comments | « test/inspector/sessions/cpu-profile.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « test/inspector/sessions/cpu-profile.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698