Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.browser
/
Histogram
Histogram
data class
Histogram
(name:
String
, sum:
Int
, count:
Int
, buckets:
List
<
Bucket
>)
Content copied to clipboard
Chrome histogram.
Constructors
Properties
Sources
Constructors
Histogram
Link copied to clipboard
fun
Histogram
(name:
String
, sum:
Int
, count:
Int
, buckets:
List
<
Bucket
>)
Content copied to clipboard
Properties
buckets
Link copied to clipboard
val
buckets
:
List
<
Bucket
>
Content copied to clipboard
Buckets.
count
Link copied to clipboard
val
count
:
Int
Content copied to clipboard
Total number of samples.
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Name.
sum
Link copied to clipboard
val
sum
:
Int
Content copied to clipboard
Sum of sample values.
Sources
jvm source
Link copied to clipboard