Package com.dianping.cat.consumer.cross

Examples of com.dianping.cat.consumer.cross.CrossAnalyzer.process()


    long current = System.currentTimeMillis();

    int size = 10000000;
    for (int i = 0; i < size; i++) {
      analyzer.process(tree);
    }
    System.out.println(analyzer.getReport("cat"));
    System.out.println(analyzer.getReport("server"));
    System.out.println("Cost " + (System.currentTimeMillis() - current) / 1000);
    // cost 26
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.