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

Bucket

data class Bucket

Chrome histogram bucket.

Constructors

<init>

Chrome histogram bucket.

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

Properties

count

Number of samples.

val count: Int

high

Maximum value (exclusive).

val high: Int

low

Minimum value (inclusive).

val low: Int