devtools
devtools copied to clipboard
Performance tools for Flutter
[go/devtools-memory-page-vision](https://goto.google.com/devtools-memory-page-vision) Build: - [x] crud for snapshots - [x] fakes for memory page - [x] show snapshot stats - [x] show diff stats - [x] show diff details - [x]...
For profile mode we need to show empty tab with message like 'Run application in debug mode to enable allocation tracing'. ``` #0 _MemoryChartPaneState.didChangeDependencies. (package:devtools_app/src/screens/memory/panes/chart/chart_pane.dart:119:46) package:devtools_app/src/screens/memory/panes/chart/chart_pane.dart:119 #3 ChartState.build.. (package:devtools_app/src/charts/chart.dart:105:36) package:devtools_app/src/charts/chart.dart:105...
Just helped another user who got rather confused about seeing "WebSocket" traffic when just making normal HTTP calls. This issue is therefore created in hope of making DevTools less confusing...
Improvements: 1. Show package in the class tooltip. 2. Show total consumed size.
This will be a pre-requisite to any internal and external autorollers we set up
The macos bot takes much longer to run than the bots that run on linux. Here's an example where the tests took ~12 min to run on linux and ~26...
Right now, every job pays the cost of cloning the flutter repo and building flutter tools (right now twice - see https://github.com/flutter/devtools/issues/4591). This is part of the bots.sh script. We...
This adds rebuild indicator support which is disabled behind a flag until at least Flutter support for a couple new features needed for rebuild indicators is added. There is a...
Since this is written in dart, on our bots we have to build flutter tool twice: 1) Clone flutter and build so that we can run the `latest_flutter_candidate.dart` script 2)...