Files
sdk/pkg/vm/bin
Vyacheslav Egorov f93047de4a [vm/tools] Combine run_binary_size_analysis and compare_sizes into a single tool.
The functionality of these two separate tools will now be available as

$ pkg/vm/bin/snapshot_analysis.dart treemap ...
$ pkg/vm/bin/snapshot_analysis.dart compare ...

respectively.

This is first step towards making these tools share more infrastructure
and also work with --print-instructions-sizes-to and
--write-v8-snapshot-profile-to outputs.

Change-Id: I16a2d7d51680397ce22b931c00af6eeda446e634
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148420
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
Reviewed-by: Clement Skau <cskau@google.com>
2020-05-19 11:04:40 +00:00
..