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

Unified Diff: runtime/observatory/tests/service/get_native_allocation_samples_test.dart

Issue 2771293003: Resubmission of native memory allocation info surfacing in Observatory. Fixed crashing tests and st… (Closed)
Patch Set: Removed garbage code, updated status file to skip service test not supported Created 3 years, 9 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/tests/service/get_native_allocation_samples_test.dart
diff --git a/runtime/observatory/tests/service/get_native_allocation_samples_test.dart b/runtime/observatory/tests/service/get_native_allocation_samples_test.dart
index f818aa8bda885ab2123af24b756fe1890fa671fd..ed76146fd090e34c0cd28d7736fa31b60df64f3f 100644
--- a/runtime/observatory/tests/service/get_native_allocation_samples_test.dart
+++ b/runtime/observatory/tests/service/get_native_allocation_samples_test.dart
@@ -16,12 +16,6 @@ void verifyHelper(var root, bool exclusive) {
return;
}
-/* if (!(root is FunctionCallTreeNode)) {
- print('${root.profileCode.code.name}');
- } else {
- print('${root.profileFunction.function.name}');
- }
-*/
int inclusiveAllocations = 0;
int exclusiveAllocations = 0;
« no previous file with comments | « no previous file | runtime/observatory/tests/service/service.status » ('j') | runtime/observatory/tests/service/service.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698