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

Unified Diff: runtime/observatory/lib/src/models/repositories/allocation_profile.dart

Issue 3003903002: Hide internal classes from Memory Profile (Closed)
Patch Set: Address CL comments 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/repositories/allocation_profile.dart
diff --git a/runtime/observatory/lib/src/models/repositories/allocation_profile.dart b/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
index 2a760cf385ae3759a63f06acb136b20ab23c1c7f..ecb127b9faf22bdd8669a46b59dba0ab448f93fa 100644
--- a/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
+++ b/runtime/observatory/lib/src/models/repositories/allocation_profile.dart
@@ -6,5 +6,5 @@ part of models;
abstract class AllocationProfileRepository {
Future<AllocationProfile> get(IsolateRef isolate,
- {bool gc: false, bool reset: false});
+ {bool gc: false, bool reset: false, bool combine: false});
}

Powered by Google App Engine
This is Rietveld 408576698