data class Histogram
Chrome histogram.
<init> |
Chrome histogram. Histogram(name: String, sum: Int, count: Int, buckets: List<Bucket>) |
buckets |
Buckets. val buckets: List<Bucket> |
count |
Total number of samples. val count: Int |
name |
Name. val name: String |
sum |
Sum of sample values. val sum: Int |