Searched defs:printHeavyProfile (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/
H A Dtickprocessor.js362 this.printHeavyProfile(producersView.head.children);
441 this.printHeavyProfile(heavyView.head.children);
547 TickProcessor.prototype.printHeavyProfile = function(profile, opt_indent) {
560 self.printHeavyProfile(rec.children, indent + 2);

Completed in 192 milliseconds