| Index: runtime/observatory/lib/src/models/objects/heap_space.dart
|
| diff --git a/runtime/observatory/lib/src/models/objects/heap_space.dart b/runtime/observatory/lib/src/models/objects/heap_space.dart
|
| index 29c55ce8496db99ab8904b8bd02a5335224bd46b..cf62fbff99084f2b76761ba4f74815c46a538ac2 100644
|
| --- a/runtime/observatory/lib/src/models/objects/heap_space.dart
|
| +++ b/runtime/observatory/lib/src/models/objects/heap_space.dart
|
| @@ -7,4 +7,9 @@ part of models;
|
| abstract class HeapSpace {
|
| int get used;
|
| int get capacity;
|
| + int get collections;
|
| + int get external;
|
| + Duration get avgCollectionTime;
|
| + Duration get totalCollectionTime;
|
| + Duration get avgCollectionPeriod;
|
| }
|
|
|