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

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

Issue 2996803002: Add current rss and embedder name to Observatory (Closed)
Patch Set: Rebase and Merge Created 3 years, 4 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 c71995e626f548295895e55bf45be6bef62cf9a1..b2bfd4de2a205dd01c19b472e01d552d65a97183 100644
--- a/runtime/observatory/lib/src/models/objects/vm.dart
+++ b/runtime/observatory/lib/src/models/objects/vm.dart
@@ -26,6 +26,8 @@ abstract class VM implements VMRef {
/// The Dart VM version string.
String get version;
+ String get embedder;
+
/// The amount of memory currently allocated by native code in zones.
int get nativeZoneMemoryUsage;
@@ -39,6 +41,7 @@ abstract class VM implements VMRef {
int get heapAllocationCount;
int get maxRSS;
+ int get currentRSS;
/// The time that the VM started in milliseconds since the epoch.
///
« no previous file with comments | « runtime/observatory/lib/src/elements/vm_view.dart ('k') | runtime/observatory/lib/src/models/repositories/vm.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698