dart-sdk/pkg/vm_snapshot_analysis/pubspec.yaml
Vyacheslav Egorov 28a3cd2039 [vm_snapshot_analysis] Add buildComparisonTreemap
This helper method compares two size profiles and returns result
as a treemap.

Cq-Include-Trybots: luci.dart.try:pkg-linux-debug-try,pkg-linux-release-try,pkg-win-release-try,pkg-mac-release-try
Change-Id: I82e5617bc367a2b89d3685ce7f7babc01492b531
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152908
Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
Commit-Queue: Vyacheslav Egorov <vegorov@google.com>
2020-07-02 11:35:49 +00:00

21 lines
385 B
YAML

name: vm_snapshot_analysis
description: Utilities for working with non-symbolic stack traces.
version: 0.4.0
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/vm_snapshot_analysis
environment:
sdk: '>=2.8.0 <3.0.0'
executables:
snapshot_analysis: analyse
dependencies:
args: ^1.6.0
path: ^1.7.0
meta: ^1.1.8
dev_dependencies:
pedantic: ^1.9.0
test: ^1.15.1