kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Browser
/
Bucket
Bucket
@
Serializable
data
class
Bucket
(
val
low
:
Int
,
val
high
:
Int
,
val
count
:
Int
)
Chrome histogram bucket.
Members
Constructors
Bucket
Link copied to clipboard
constructor
(
low
:
Int
,
high
:
Int
,
count
:
Int
)
Properties
count
Link copied to clipboard
val
count
:
Int
Number of samples.
high
Link copied to clipboard
val
high
:
Int
Maximum value (exclusive).
low
Link copied to clipboard
val
low
:
Int
Minimum value (inclusive).