devtools icon indicating copy to clipboard operation
devtools copied to clipboard

External size is not accurate.

Open polina-c opened this issue 2 years ago • 1 comments

this page in Flutter's documentation https://docs.flutter.dev/development/tools/devtools/memory#dart-size-vs-external-native-size needs an update, the engine does not provide an accurate external size value for some of things listed there

Suggestion: hide this column for normal users, and keep it just for vm developers

polina-c avatar Feb 14 '23 20:02 polina-c

I'm fine with this for now as Flutter isn't reporting this information, but we do report external sizes for some dart:io classes. If another important embedder eventually decides to report external sizes, we might want to show these values by default.

bkonyi avatar Mar 30 '23 13:03 bkonyi