This method was created by a SmartGuide.
this.line = line;
int idx = line.indexOf((int) ' ");
count = Integer.parseInt(line.substring(0,idx));
callee = new ProfileMethod(line.substring(idx + 1,(idx = line.indexOf((int) ' ",idx+1))));
caller = new ProfileMethod(line.substring(idx + 1,(idx = line.lastIndexOf((int) ' "))));
time = Integer.parseInt(line.substring(idx+1));