OLD | NEW |
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 |
OLD | NEW |