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
/
TimingResult
Timing
Result
data
class
TimingResult
<
T
>
(
val
label
:
String
,
val
duration
:
Duration
,
val
value
:
T
)
Result of a single timed operation.
Members
Constructors
Timing
Result
Link copied to clipboard
constructor
(
label
:
String
,
duration
:
Duration
,
value
:
T
)
Properties
duration
Link copied to clipboard
val
duration
:
Duration
label
Link copied to clipboard
val
label
:
String
value
Link copied to clipboard
val
value
:
T