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

Unified Diff: tracing/tracing/model/memory_dump_test_utils.html

Issue 3012153002: Add leakDetectionMetric for tracing (Closed)
Patch Set: Use ES6 Created 3 years, 3 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: tracing/tracing/model/memory_dump_test_utils.html
diff --git a/tracing/tracing/model/memory_dump_test_utils.html b/tracing/tracing/model/memory_dump_test_utils.html
index aa0300e65d4742dd9f3197ca38fc85ee35d6a3fb..f322b48686d36d56ad0aad3bebc97b842b04db35 100644
--- a/tracing/tracing/model/memory_dump_test_utils.html
+++ b/tracing/tracing/model/memory_dump_test_utils.html
@@ -124,6 +124,7 @@ tr.exportTo('tr.model', function() {
dump.addNumeric(numericName, castToScalar(value));
}
}
+ dump.addChildren(getOption(opt_options, 'children'));
benjhayden 2017/09/15 17:30:46 MemoryAllocatorDump doesn't protect its children p
yuzuchan 2017/09/19 07:56:26 Done.
return dump;
};

Powered by Google App Engine
This is Rietveld 408576698