chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.browser / Histogram

Histogram

data class Histogram

Chrome histogram.

Constructors

<init>

Chrome histogram.

Histogram(name: String, sum: Int, count: Int, buckets: List<Bucket>)

Properties

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