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) { |