Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,10 @@ class SnapshotInstanceItemPane extends StatelessWidget {

/// `\v` adds vertical space
const _snapshotDocumentation = '''
Find unexpected memory usage by comparing two heap snapshots:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: maybe "Examine changes in memory usage by comparing two heap snapshots:"? Or "Debug changes in memory usage..."?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This phrasing was suggested by Tao. I like it more than your suggestions because it emphasizes that diffing will help to find something unexpected.
People are not interested to see expected changes. They are interested to find if there is unexpected usage. Not necessary because of change. Some people never checked memory usage before.


\v

1. Understand [Dart memory concepts](https://docs.flutter.dev/development/tools/devtools/memory#basic-memory-concepts).

\v
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.