devtools
devtools copied to clipboard
Performance tools for Flutter
**[See Observatory -> DevTools Tracking Issue](https://github.com/flutter/devtools/issues/3858).** DevTools should allow for inspecting the following data in the memory pane: - [x] New + old space statistics - [ ] GC statistics...
**[See Observatory -> DevTools Tracking Issue](https://github.com/flutter/devtools/issues/3858).** Performance tooling functionality from Observatory that’s not present in DevTools: - [ ] Changing between code/function CPU profiles - [ ] Call tree filtering...
Tracking issue for the Observatory migration effort. **Core Functionality** - [ ] https://github.com/flutter/devtools/issues/3859 - [ ] https://github.com/flutter/devtools/issues/3861 - [ ] https://github.com/flutter/devtools/issues/3862 - [ ] https://github.com/flutter/devtools/issues/3867 - [ ] https://github.com/flutter/devtools/issues/3869 -...
**[See Observatory -> DevTools Tracking Issue](https://github.com/flutter/devtools/issues/3858).** Feature requests from discussion @chinmaygarde and I had offline. These features are currently in Observatory and are used by the Engine team for debugging...
It's currently not possible to select text from entries in a table, making it difficult to copy-paste things like file paths from stack traces. cc @liamappelbe
When we use fixed widths for table columns, it can lead to a lot of unused space: 
Here the frame took 160ms but build+layout is over 300ms. Looking at the timeline, It seems like the value for build is calculated incorrectly or the two times can overlap...
 THis is a test