kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Browser
/
Histogram
Histogram
@
Serializable
data
class
Histogram
(
val
name
:
String
,
val
sum
:
Int
,
val
count
:
Int
,
val
buckets
:
List
<
Browser.Bucket
>
)
Chrome histogram.
Members
Constructors
Histogram
Link copied to clipboard
constructor
(
name
:
String
,
sum
:
Int
,
count
:
Int
,
buckets
:
List
<
Browser.Bucket
>
)
Properties
buckets
Link copied to clipboard
val
buckets
:
List
<
Browser.Bucket
>
Buckets.
count
Link copied to clipboard
val
count
:
Int
Total number of samples.
name
Link copied to clipboard
val
name
:
String
Name.
sum
Link copied to clipboard
val
sum
:
Int
Sum of sample values.