bb81a1c1a0
TEST="tested with the added test 'root-dominator-is-null'" Bug: https://github.com/flutter/devtools/issues/3025 Change-Id: Ifd6f926e3ecd486d383b03e8b81289310a653bb4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/230882 Reviewed-by: Slava Egorov <vegorov@google.com> Reviewed-by: Kenzie (Schmoll) Davisson <kenzieschmoll@google.com> Commit-Queue: Kenzie (Schmoll) Davisson <kenzieschmoll@google.com>
21 lines
376 B
YAML
21 lines
376 B
YAML
name: vm_snapshot_analysis
|
|
description: Utilities for analysing AOT snapshot size.
|
|
version: 0.7.1
|
|
|
|
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
|
|
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
|
|
executables:
|
|
snapshot_analysis: analyse
|
|
|
|
dependencies:
|
|
args: ^2.0.0
|
|
collection: ^1.15.0
|
|
path: ^1.8.0
|
|
|
|
dev_dependencies:
|
|
lints: any
|
|
test: ^1.16.8
|