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) {