This method was created by a SmartGuide.paramcallee jack.profiler.ProfileMethod count = line.count; time = line.time; caller = line.caller;
count = line.count; time = line.time; caller = line.caller;
This method was created by a SmartGuide. count += line.count; time += line.time;
count += line.count; time += line.time;
This method was created by a SmartGuide.params java.lang.StringBuffer s.append(timeFirst ? time : count).append("\t").append(timeFirst ? count : time).append("\t"); caller.appendTo(s);
s.append(timeFirst ? time : count).append("\t").append(timeFirst ? count : time).append("\t"); caller.appendTo(s);