Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.browser
/
Bucket
Bucket
data class
Bucket
(low:
Int
, high:
Int
, count:
Int
)
Content copied to clipboard
Chrome histogram bucket.
Constructors
Properties
Sources
Constructors
Bucket
Link copied to clipboard
fun
Bucket
(low:
Int
, high:
Int
, count:
Int
)
Content copied to clipboard
Properties
count
Link copied to clipboard
val
count
:
Int
Content copied to clipboard
Number of samples.
high
Link copied to clipboard
val
high
:
Int
Content copied to clipboard
Maximum value (exclusive).
low
Link copied to clipboard
val
low
:
Int
Content copied to clipboard
Minimum value (inclusive).
Sources
jvm source
Link copied to clipboard