Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1589)

Unified Diff: runtime/observatory/lib/src/models/objects/vm.dart

Issue 2657283004: Modified service to include current native zone memory consumption information in the VM object. Ad… (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 3c7358342b19dfb1cd23b317c67157988a8e6765..60ed5fd8b1324215588d01d377f13e80a404bc93 100644
--- a/runtime/observatory/lib/src/models/objects/vm.dart
+++ b/runtime/observatory/lib/src/models/objects/vm.dart
@@ -26,6 +26,9 @@ abstract class VM implements VMRef {
/// The Dart VM version string.
String get version;
+ /// The amount of memory currently allocated by native code in zones.
+ int get nativeZoneMemoryUsage;
+
/// The process id for the VM.
int get pid;

Powered by Google App Engine
This is Rietveld 408576698