pl.wendigo.chrome.api.browser / Histogram

Histogram

data class Histogram (source)

Chrome histogram.

Link
Browser#Histogram type documentation.

Constructors

<init>

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

Chrome histogram.

Properties

buckets

val buckets: List<Bucket>

Buckets.

count

val count: Int

Total number of samples.

name

val name: String

Name.

sum

val sum: Int

Sum of sample values.