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

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

Issue 1969813002: [memory-infra] Improve naming consistency of values reported by memory_metric.html (Closed) Base URL: git@github.com:catapult-project/catapult.git@master
Patch Set: Created 4 years, 7 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_allocator_dump.html
diff --git a/tracing/tracing/model/memory_allocator_dump.html b/tracing/tracing/model/memory_allocator_dump.html
index f9e82352ed3033bdc32108808aee6bccf01b1b68..5e83a75e36252b7d912856f899cbf08ac09f99aa 100644
--- a/tracing/tracing/model/memory_allocator_dump.html
+++ b/tracing/tracing/model/memory_allocator_dump.html
@@ -81,6 +81,11 @@ tr.exportTo('tr.model', function() {
this.containerMemoryDump.containerName;
},
+ getDescendantDumpByFullName: function(fullName) {
+ return this.containerMemoryDump.getMemoryAllocatorDumpByFullName(
+ this.fullName + '/' + fullName);
+ },
+
isDescendantOf: function(otherDump) {
var dump = this;
while (dump !== undefined) {
« no previous file with comments | « tracing/tracing/metrics/system_health/memory_metric_test.html ('k') | tracing/tracing/model/memory_allocator_dump_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698