Searched refs:getCounts (Results 1 – 2 of 2) sorted by relevance
41 Map<Long, Integer> counts = histogram.getCounts(); in testSimple()65 Map<Long, Integer> counts = histogram.getCounts(); in testCutoff()81 Map<Long, Integer> counts = histogram.getCounts(); in testPlotCutoff()102 Map<Long, Integer> counts = histogram.getCounts(); in testBuckets()120 Map<Long, Integer> counts = histogram.getCounts(); in testEvenBucketSize()
81 SortedMap<Long, Integer> getCounts() { in getCounts() method in Histogram