Home
last modified time | relevance | path

Searched refs:printHeavyProfile (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/
Dtickprocessor.js417 this.printHeavyProfile(producersView.head.children);
501 this.printHeavyProfile(heavyView.head.children);
607 TickProcessor.prototype.printHeavyProfile = function(profile, opt_indent) { method in TickProcessor
620 self.printHeavyProfile(rec.children, indent + 2);