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

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

Issue 2617553002: DevTools: Split Timeline started UMA metric into two parts. (Closed)
Patch Set: update the test. Created 3 years, 11 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 | « no previous file | third_party/WebKit/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 AnimationsPlaybackRateChanged : 11 5 AnimationsPlaybackRateChanged : 11
6 AuditsStarted : 7 6 AuditsStarted : 7
7 CommandEvaluatedInConsolePanel : 15 7 CommandEvaluatedInConsolePanel : 15
8 ConsoleEvaluated : 8 8 ConsoleEvaluated : 8
9 DOMPropertiesExpanded : 16 9 DOMPropertiesExpanded : 16
10 DeviceModeEnabled : 10 10 DeviceModeEnabled : 10
11 FileSavedInWorkspace : 9 11 FileSavedInWorkspace : 9
12 FileSystemDirectoryContentReceived : 13 12 FileSystemDirectoryContentReceived : 13
13 ProfilesCPUProfileTaken : 5 13 ProfilesCPUProfileTaken : 5
14 ProfilesHeapProfileTaken : 6 14 ProfilesHeapProfileTaken : 6
15 ResizedViewInResponsiveMode : 17 15 ResizedViewInResponsiveMode : 17
16 RevisionApplied : 12 16 RevisionApplied : 12
17 ScriptsBreakpointSet : 3 17 ScriptsBreakpointSet : 3
18 StyleRuleEdited : 14 18 StyleRuleEdited : 14
19 TimelinePageReloadStarted : 18
19 TimelineStarted : 4 20 TimelineStarted : 4
20 WindowDocked : 1 21 WindowDocked : 1
21 WindowUndocked : 2 22 WindowUndocked : 2
22 } 23 }
23 Action taken: WindowDocked 24 Action taken: WindowDocked
24 Action taken: WindowUndocked 25 Action taken: WindowUndocked
25 26
26 recordPanelShown: 27 recordPanelShown:
27 { 28 {
28 audits : 7 29 audits : 7
(...skipping 10 matching lines...) Expand all
39 profiles : 6 40 profiles : 6
40 resources : 2 41 resources : 2
41 security : 16 42 security : 16
42 sources : 4 43 sources : 4
43 timeline : 5 44 timeline : 5
44 } 45 }
45 Panel shown: profiles 46 Panel shown: profiles
46 Panel shown: timeline 47 Panel shown: timeline
47 Panel shown: audits 48 Panel shown: audits
48 49
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/host/UserMetrics.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698