You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
comment: 'This is a set of samples of the time (in milliseconds) that various events took when typing in the editor';
49
-
keydown: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min, max and average time it took for the keydown event to execute.'};
50
-
input: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min, max and average time it took for the input event to execute.'};
51
-
render: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min, max and average time it took for the render animation frame to execute.'};
52
-
total: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min, max and average input latency.'};
49
+
'keydown.average': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min time it took for the keydown event to execute.'};
50
+
'keydown.max': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The max time it took for the keydown event to execute.'};
51
+
'keydown.min': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The average time it took for the keydown event to execute.'};
52
+
'input.average': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min time it took for the input event to execute.'};
53
+
'input.max': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The max time it took for the input event to execute.'};
54
+
'input.min': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The average time it took for the input event to execute.'};
55
+
'render.average': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min time it took for the render animation frame to execute.'};
56
+
'render.max': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The max time it took for the render animation frame to execute.'};
57
+
'render.min': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The average time it took for the render animation frame to execute.'};
58
+
'total.average': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The min input latency.'};
59
+
'total.max': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The max input latency.'};
60
+
'total.min': {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The average input latency.'};
53
61
sampleCount: {classification: 'SystemMetaData';purpose: 'PerformanceAndHealth';comment: 'The number of samples measured.'};
0 commit comments