devtools
devtools copied to clipboard
Performance tools for Flutter
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...
It is most likely because arrays that collect signals from app (like for memory screen chart), grow without limit.
Cannot look at an object and follow successors, predecessors, dominator parent, dominator children, etc.
I've seen this test failing on PRs lately: ``` Unhandled exception: Exception: Test 'memory eval and browse' failed: ══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞═════════════════ The following assertion was...
Currently how much memory skia is using to render a Flutter application is a blackbox. We should should show the total memory used by skia and some breakdown of what...
We should make sure devtool can pass internal accessibility standard.
The tooltip shows the same info available on the right of the table. It's Okay to either drop it or use the tooltip to direct the user to the right...
On the memory diff tab, after taking a snapshot, pretend we have classes A and B. Selecting class A performs computation to calculate the set of retaining paths for to...