108109110111112113114115116117118
if (val == null) { if (!StatCollector.hasHistoricalStat(type)) { continue; } else { val = new StatValue(); val.incrementIterations(); } } LabelEntry entry = _entries.get(type); // Prepare our entry object as needed.