Searched refs:recordCustomTimesHistogram (Results 1 – 2 of 2) sorted by relevance
/external/libmojo/base/android/javatests/src/org/chromium/base/metrics/ |
D | RecordHistogramTest.java | 140 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/ |
D | RecordHistogram.java | 215 public static void recordCustomTimesHistogram( in recordCustomTimesHistogram() method in RecordHistogram
|