kmp-ble
Toggle table of contents
0.13.1
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-benchmark
/
com.atruedev.kmpble.benchmark
/
LatencyStats
Latency
Stats
data
class
LatencyStats
(
val
label
:
String
,
val
count
:
Int
,
val
min
:
Duration
,
val
max
:
Duration
,
val
mean
:
Duration
,
val
p50
:
Duration
,
val
p95
:
Duration
,
val
p99
:
Duration
)
Statistical summary of latency measurements.
Members
Constructors
Latency
Stats
Link copied to clipboard
constructor
(
label
:
String
,
count
:
Int
,
min
:
Duration
,
max
:
Duration
,
mean
:
Duration
,
p50
:
Duration
,
p95
:
Duration
,
p99
:
Duration
)
Properties
count
Link copied to clipboard
val
count
:
Int
label
Link copied to clipboard
val
label
:
String
max
Link copied to clipboard
val
max
:
Duration
mean
Link copied to clipboard
val
mean
:
Duration
min
Link copied to clipboard
val
min
:
Duration
p50
Link copied to clipboard
val
p50
:
Duration
p95
Link copied to clipboard
val
p95
:
Duration
p99
Link copied to clipboard
val
p99
:
Duration
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String