Package com.taobao.profile.instrument

Examples of com.taobao.profile.instrument.ProfTransformer


   * @param args
   * @param inst
   */
  public static void premain(String args, Instrumentation inst) {
    Manager.instance().initialization();
    inst.addTransformer(new ProfTransformer());
    Manager.instance().startupThread();
  }
View Full Code Here

TOP

Related Classes of com.taobao.profile.instrument.ProfTransformer

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.