Searched refs:hotStartTimes (Results 1 – 1 of 1) sorted by relevance
1268 List<Long> hotStartTimes = new ArrayList<>(); in dumpLocked() local1289 hotStartTimes.add(time); in dumpLocked()1302 + (hotStartTimes.isEmpty() ? MONITORING_MODE_EMPTY_TEXT in dumpLocked()1303 : calculateAverage(hotStartTimes))); in dumpLocked()