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

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

Issue 3012153002: Add leakDetectionMetric for tracing (Closed)
Patch Set: Reflect comments 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
« no previous file with comments | « tracing/tracing/metrics/system_health/utils.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8276f5cb055fcb47e0fd5cc7ac409794c03f297c 100644
--- a/tracing/tracing/model/memory_dump_test_utils.html
+++ b/tracing/tracing/model/memory_dump_test_utils.html
@@ -124,6 +124,8 @@ tr.exportTo('tr.model', function() {
dump.addNumeric(numericName, castToScalar(value));
}
}
+ const children = getOption(opt_options, 'children');
+ if (children) dump.children = children;
return dump;
};
« no previous file with comments | « tracing/tracing/metrics/system_health/utils.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698