File tree 1 file changed +5
-2
lines changed
dev/benchmarks/complex_layout/test
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -212,8 +212,11 @@ Future<void> main() async {
212
212
/// response.
213
213
///
214
214
/// The returned map has keys:
215
- /// `average_abs_jerk` : average for the overall smoothness.
216
- /// `janky_count` : number of frames with `abs_jerk` larger than 0.5.
215
+ /// `average_abs_jerk` : average for the overall smoothness. The smaller this
216
+ /// number the more smooth the scrolling is.
217
+ /// `janky_count` : number of frames with `abs_jerk` larger than 0.5. The frames
218
+ /// that take longer than the frame budget to build are ignored, so increase of
219
+ /// this number itself may not represent a regression.
217
220
/// `dropped_frame_count` : number of frames that are built longer than 40ms and
218
221
/// are not used for smoothness measurement.
219
222
/// `frame_timestamp` : the list of the timestamp for each frame, in the time
You can’t perform that action at this time.
0 commit comments