Searched refs:minInterval (Results 1 – 2 of 2) sorted by relevance
355 final long minInterval = hist.getBucketDurationMs() - (60 * 60 * 1000); in checkStats() local368 minInterval), in checkStats()370 minInterval); in checkStats()
1286 long minInterval = Long.MAX_VALUE; in checkEventRate() local1292 minInterval = Math.min(d, minInterval); in checkEventRate()1344 long minInterval = Long.MAX_VALUE; in checkEventRateUs() local1350 minInterval = Math.min(d, minInterval); in checkEventRateUs()