Home
last modified time | relevance | path

Searched refs:recordCustomTimesHistogram (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/base/android/javatests/src/org/chromium/base/metrics/
DRecordHistogramTest.java140 RecordHistogram.recordCustomTimesHistogram(histogram, 0, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
145 RecordHistogram.recordCustomTimesHistogram(histogram, 0, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
150 RecordHistogram.recordCustomTimesHistogram(histogram, 95, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
155 RecordHistogram.recordCustomTimesHistogram(histogram, 200, 1, 100, milli, 3); in testRecordCustomTimesHistogram()
/external/libmojo/base/android/java/src/org/chromium/base/metrics/
DRecordHistogram.java215 public static void recordCustomTimesHistogram( in recordCustomTimesHistogram() method in RecordHistogram