284e9e91c8
This CL adds basic infrastructure and tooling to perform allocation profiling using uprobes. See runtime/tools/profiling/README.md for more details. TEST=manually tested, requires root access Cq-Include-Trybots: luci.dart.try:vm-aot-mac-release-arm64-try Change-Id: Id68d181740dbf227a12d8cdba84b11a9518e75a7 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/382405 Commit-Queue: Slava Egorov <vegorov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>
17 lines
263 B
YAML
17 lines
263 B
YAML
name: profiling
|
|
description: Utilities for low-level profiling of Dart code
|
|
version: 0.1.0
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: '>=3.6.0 <4.0.0'
|
|
|
|
dependencies:
|
|
protobuf: ^3.1.0
|
|
fixnum: ^1.1.0
|
|
path: ^1.9.0
|
|
|
|
dev_dependencies:
|
|
lints: ^4.0.0
|
|
test: ^1.24.0
|