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
/
ThroughputResult
Throughput
Result
data
class
ThroughputResult
(
val
label
:
String
,
val
totalBytes
:
Long
,
val
sampleCount
:
Long
,
val
duration
:
Duration
)
Result of a throughput measurement.
Members
Constructors
Throughput
Result
Link copied to clipboard
constructor
(
label
:
String
,
totalBytes
:
Long
,
sampleCount
:
Long
,
duration
:
Duration
)
Properties
average
Sample
Size
Link copied to clipboard
val
averageSampleSize
:
Double
bytes
Per
Second
Link copied to clipboard
val
bytesPerSecond
:
Double
duration
Link copied to clipboard
val
duration
:
Duration
label
Link copied to clipboard
val
label
:
String
sample
Count
Link copied to clipboard
val
sampleCount
:
Long
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String