-
Notifications
You must be signed in to change notification settings - Fork 336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Offline analysis for heap snapshots #5606
Labels
memory > diff
Issues with the Diff feature on the Memory screen
P1
high priority issues at the top of the work list, actively being worked on.
Comments
polina-c
added
P3
memory > diff
Issues with the Diff feature on the Memory screen
labels
Apr 3, 2023
|
Screen.Recording.2023-05-03.at.8.24.11.PM.mov |
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
May 16, 2023
See video linked to issue: flutter/devtools#5606 Change-Id: I9f22031871e30bc7160e2c49b0423fb64df62223 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/300862 Reviewed-by: Samuel Rawlins <[email protected]> Reviewed-by: Jacob Richman <[email protected]>
copybara-service bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
May 17, 2023
This reverts commit 5f1e7ad. Reason for revert: bots are failing Original change's description: > Add auto-snapshotting and analytics for memory usage. > > See video linked to issue: flutter/devtools#5606 > > Change-Id: I9f22031871e30bc7160e2c49b0423fb64df62223 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/300862 > Reviewed-by: Samuel Rawlins <[email protected]> > Reviewed-by: Jacob Richman <[email protected]> Change-Id: I54cb3943230ab1229cc8b2c9df40e9c71765df19 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303881 Auto-Submit: Polina Cherkasova <[email protected]> Reviewed-by: Polina Cherkasova <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Samuel Rawlins <[email protected]> Commit-Queue: Daco Harkes <[email protected]>
7 tasks
The change was relanded in https://dart-review.googlesource.com/c/sdk/+/304212 but the leak_tracked package was not added to Flutter engine DEPS before adding dependencies on it. This causes failures on monorepo builds and when rolling Dart into engine. Fixed by flutter/engine#42241 |
auto-submit bot
pushed a commit
to flutter/engine
that referenced
this issue
May 23, 2023
The package leak_tracker was added to Dart DEPS, and analysis_server now depends on it. This fixes a breakage when rolling Dart into Flutter engine. Bug: flutter/devtools#5606
kenzieschmoll
added
P1
high priority issues at the top of the work list, actively being worked on.
and removed
P3
labels
Jul 5, 2023
16 tasks
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
memory > diff
Issues with the Diff feature on the Memory screen
P1
high priority issues at the top of the work list, actively being worked on.
We want user to be able to take heap snapshots in release mode and analyze them later in DevTools > Memory > Diff
How to take snapshot in release mode: https://github.com/dart-lang/sdk/blob/main/runtime/tools/heapsnapshot/README.md
The text was updated successfully, but these errors were encountered: