pl.wendigo.chrome.api.browser / Bucket

Bucket

data class Bucket (source)

Chrome histogram bucket.

Link
Browser#Bucket type documentation.

Constructors

<init>

Bucket(low: Int, high: Int, count: Int)

Chrome histogram bucket.

Properties

count

val count: Int

Number of samples.

high

val high: Int

Maximum value (exclusive).

low

val low: Int

Minimum value (inclusive).