Package com.dianping.cat.consumer.matrix.model.entity

Examples of com.dianping.cat.consumer.matrix.model.entity.Ratio.incTotalCount()


      ratio = ratios.get("SQL");
    } else if (type.startsWith("Cache.")) {
      ratio = ratios.get("Cache");
    }
    if (ratio != null) {
      ratio.incTotalCount();
      ratio.setTotalTime(ratio.getTotalTime() + t.getDurationInMicros());
    }

    for (Message child : children) {
      if (child instanceof Transaction) {
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.