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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « test/inspector/sessions/cpu-profile.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 console profile finished from 1: one
7 console.profile in 2
8 console profile started from 2: two
9 console profile started from 1: two
10 console profile finished from 2: two
11 console profile finished from 1: two
12 starting in 1
13 starting in 2
14 stopping in 1
15 stopped in 1
16 stopping in 2
17 stopped in 2
OLDNEW
« 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