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

Side by Side 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 unified diff | Download patch
OLDNEW
(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
OLDNEW
« 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