Lines Matching refs:Profile
35 Profile.call(this);
40 inherits(V8Profile, Profile);
65 case "": return Profile.CodeState.COMPILED;
66 case "~": return Profile.CodeState.OPTIMIZABLE;
67 case "*": return Profile.CodeState.OPTIMIZED;
90 var op = Profile.Operation;
224 var op = Profile.Operation;
509 // To show the same percentages as in the flat profile.
552 print('\n [Bottom up (heavy) profile]:');
564 profile, filterP, func) {
565 for (var i = 0, n = profile.length; i < n; ++i) {
566 var rec = profile[i];
608 profile, totalTicks, nonLibTicks, filterP, callback, printAllTicks) {
610 this.processProfile(profile, filterP, function (rec) {
621 TickProcessor.prototype.printHeavyProfile = function(profile, opt_indent) {
625 this.processProfile(profile, function() { return true; }, function (rec) {