devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Performance tools for Flutter

Results 668 devtools issues
Sort by recently updated
recently updated
newest added

[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]...

memory page
P3

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...

bug
memory page

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...

bug
network page
fix it friday
P3

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...

testing
hurts-developer-velocity

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...

testing
hurts-developer-velocity

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)...

testing
hurts-developer-velocity