Searched defs:histogramAndValue (Results 1 – 1 of 1) sorted by relevance
161 HistogramAndValue histogramAndValue = new HistogramAndValue(histogram, value); in expectIntRecordTimes() local177 HistogramAndValue histogramAndValue = new HistogramAndValue(histogram, ANY_VALUE); in expectAnyRecordTimes() local215 private void incrementRecordsExpected(HistogramAndValue histogramAndValue, int increase) { in incrementRecordsExpected()