Searched refs:recordEnumeratedHistogram (Results 1 – 2 of 2) sorted by relevance
67 RecordHistogram.recordEnumeratedHistogram(histogram, 0, boundary); in testRecordEnumeratedHistogram()72 RecordHistogram.recordEnumeratedHistogram(histogram, 0, boundary); in testRecordEnumeratedHistogram()77 RecordHistogram.recordEnumeratedHistogram(histogram, 2, boundary); in testRecordEnumeratedHistogram()
72 public static void recordEnumeratedHistogram(String name, int sample, int boundary) { in recordEnumeratedHistogram() method in RecordHistogram