Platform
Dart
Obfuscation
Disabled
Debug Info
Enabled
Doctor
Flutter (Channel [user-branch], 3.13.1, on macOS 14.5 23F79 darwin-arm64, locale en-IN)
Dart version 3.1.0
DevTools version 2.25.0
Version
8.2.0
Steps to Reproduce
Add automatic traces using route observer and then go to the discover tab, add the filter for the data we are looking for.
Expected Result
TTID should be lesser than TTFD. As both start from the 0 and then TTID stop when the first frame drawn but TTFD stop when the full widget loads. So TTFD can't be lesser than TTID.
In the attached imaged, TTID is clearly visible that it's lesser than the TTFD which is ideal but while doing the avg(measurements.time_to_initial_display) & avg(measurements.time_to_full_display) is giving unexpected result.

Actual Result

Are you willing to submit a PR?
None
Platform
Dart
Obfuscation
Disabled
Debug Info
Enabled
Doctor
Flutter (Channel [user-branch], 3.13.1, on macOS 14.5 23F79 darwin-arm64, locale en-IN)
Dart version 3.1.0
DevTools version 2.25.0
Version
8.2.0
Steps to Reproduce
Add automatic traces using route observer and then go to the discover tab, add the filter for the data we are looking for.
Expected Result
TTID should be lesser than TTFD. As both start from the 0 and then TTID stop when the first frame drawn but TTFD stop when the full widget loads. So TTFD can't be lesser than TTID.
In the attached imaged, TTID is clearly visible that it's lesser than the TTFD which is ideal but while doing the avg(measurements.time_to_initial_display) & avg(measurements.time_to_full_display) is giving unexpected result.
Actual Result
Are you willing to submit a PR?
None