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

Side by Side Diff: LayoutTests/inspector/user-metrics-expected.txt

Issue 434403003: [DevTools] Add user metric action DeviceModeEnabled. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/host/UserMetrics.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests list of user metrics codes and invocations. 1 Tests list of user metrics codes and invocations.
2 2
3 recordActionTaken: 3 recordActionTaken:
4 { 4 {
5 AuditsStarted : 7 5 AuditsStarted : 7
6 ConsoleEvaluated : 8 6 ConsoleEvaluated : 8
7 DeviceModeEnabled : 10
7 FileSavedInWorkspace : 9 8 FileSavedInWorkspace : 9
8 ProfilesCPUProfileTaken : 5 9 ProfilesCPUProfileTaken : 5
9 ProfilesHeapProfileTaken : 6 10 ProfilesHeapProfileTaken : 6
10 ScriptsBreakpointSet : 3 11 ScriptsBreakpointSet : 3
11 TimelineStarted : 4 12 TimelineStarted : 4
12 WindowDocked : 1 13 WindowDocked : 1
13 WindowUndocked : 2 14 WindowUndocked : 2
14 } 15 }
15 Action taken: WindowDocked 16 Action taken: WindowDocked
16 Action taken: WindowUndocked 17 Action taken: WindowUndocked
17 18
18 recordPanelShown: 19 recordPanelShown:
19 { 20 {
20 audits : 7 21 audits : 7
21 console : 8 22 console : 8
22 elements : 1 23 elements : 1
23 network : 3 24 network : 3
24 profiles : 6 25 profiles : 6
25 resources : 2 26 resources : 2
26 sources : 4 27 sources : 4
27 timeline : 5 28 timeline : 5
28 } 29 }
29 Panel shown: profiles 30 Panel shown: profiles
30 Panel shown: timeline 31 Panel shown: timeline
31 Panel shown: audits 32 Panel shown: audits
32 33
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/host/UserMetrics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698