| Index: runtime/observatory/lib/src/models/objects/vm.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/vm.dart b/runtime/observatory/lib/src/models/objects/vm.dart
|
| index 11e3af51331d91320558f779de9c55f8456dfd4b..3c7358342b19dfb1cd23b317c67157988a8e6765 100644
|
| --- a/runtime/observatory/lib/src/models/objects/vm.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/vm.dart
|
| @@ -29,6 +29,8 @@ abstract class VM implements VMRef {
|
| /// The process id for the VM.
|
| int get pid;
|
|
|
| + int get maxRSS;
|
| +
|
| /// The time that the VM started in milliseconds since the epoch.
|
| ///
|
| /// Suitable to pass to DateTime.fromMillisecondsSinceEpoch.
|
|
|