Package com.taobao.profile.runtime

Examples of com.taobao.profile.runtime.ThreadData.clear()


        sb.append(data[2]);
        sb.append('\n');
        fileWriter.append(sb.toString());
      }
      fileWriter.flushAppend();
      profilerData.clear();
    }
    fileWriter.append("=\n");
    fileWriter.flushAppend();
  }
}
View Full Code Here


    for (int index = 0; index < threadProfile.length; index++) {
      ThreadData profilerData = threadProfile[index];
      if (profilerData == null) {
        continue;
      }
      profilerData.clear();
    }
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.