Files
sdk/runtime/tools/profiling/pubspec.yaml
T
Vyacheslav Egorov 284e9e91c8 [vm] Allocation profiling via uprobes
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>
2024-10-08 13:56:45 +00:00

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