Package com.taobao.profile.config

Examples of com.taobao.profile.config.ProfConfig


  /**
   * 初始化配置
   */
  public void initialization() {
    profConfig = new ProfConfig();
    NEED_NANO_TIME = profConfig.isNeedNanoTime();
    IGNORE_GETSET_METHOD = profConfig.isIgnoreGetSetMethod();
    METHOD_LOG_PATH = profConfig.getMethodFilePath();
    // 判断启动时间是否大于采集结束时间 2012-05-25
    DateFormat df = new SimpleDateFormat("HH:mm:ss");
View Full Code Here

TOP

Related Classes of com.taobao.profile.config.ProfConfig

Copyright © 2018 www.massapicom. 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.