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

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

Issue 2999933002: Revert "Add current rss and embedder name to Observatory" (Closed)
Patch Set: 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 b2bfd4de2a205dd01c19b472e01d552d65a97183..c71995e626f548295895e55bf45be6bef62cf9a1 100644
--- a/runtime/observatory/lib/src/models/objects/vm.dart
+++ b/runtime/observatory/lib/src/models/objects/vm.dart
@@ -26,8 +26,6 @@ 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;
@@ -41,7 +39,6 @@ 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