data class Bucket
Chrome histogram bucket.
<init> |
Chrome histogram bucket. Bucket(low: Int, high: Int, count: Int) |
count |
Number of samples. val count: Int |
high |
Maximum value (exclusive). val high: Int |
low |
Minimum value (inclusive). val low: Int |