flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.57k stars 323 forks source link

Memory size: better alignment of dart memory tools with native memory tools #5605

Open polina-c opened 1 year ago

polina-c commented 1 year ago

Numbers in DevTools > Memory should match numbers in native tools.

Different tools show different total memory consumption numbers, not apple to apple or not sync or not precise: mac usage monitor, DevTools > Memory > diff (total heap, reachable heap), DevTools > Memory > profile, DevTools > Memory > chart, in-process ProcessInfo.rss.

polina-c commented 1 year ago
kenzieschmoll commented 10 months ago

A comment from the DevTools survey related to accuracy of size and instances: "Seems like some Instances are not listed, sometimes total mem size does not adds up"