"frame times may be negatively affected" is not quite the right message
- Ngôn ngữ chính
- Dart
- Star
- 1.7k
- Fork
- 404
- Merge trung bình
- 6 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 18
Mô tả
We have these checkboxes that add more instrumentation:
https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/performance/performance_screen.dart#L389
We have a message that says that "frame times may be negatively affected" when these are on, which is true. However, I'm not sure that fully represents the issue with these flags. People might see that and think, ok, I'll ignore the _numbers_, but the _relative_ sizes of work loads is still a guide as to what I should work on... which is wrong. It's possible for a widget to take 5ms with these flags off, and be the main problem that causes jank, but for these flags to cause other widgets to take 5ms as well while the problematic widget continues to only take 5ms, and now the source of the jank has been obscured.
The problem is that the frame times can be affected in _non-representative ways_.
Anyway I tried to submit a PR to fix this but I could not come up with wording that was accurate and comprehensible. So I'm filing this bug instead.
cc @InMatrix
Hướng dẫn đóng góp
Hướng nghiên cứu
Kiểm tra packages/devtools_app/lib/src/performance/performance_screen.dart xung quanh các ô đánh dấu instrumentation và thông báo hiện có "thời gian frame có thể bị ảnh hưởng theo hướng tiêu cực". Tinh chỉnh cách diễn đạt để người dùng hiểu rằng instrumentation có thể làm sai lệch các workload của frame theo những cách không mang tính đại diện, bao gồm cả các so sánh tương đối, sau đó xác minh thông báo trên màn hình hiệu năng.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- dart
- Lĩnh vực
- performance, tooling
- Loại issue
- Lỗi
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100