kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.debug
/
OperationTimingSummary
Operation
Timing
Summary
data
class
OperationTimingSummary
(
val
count
:
Long
,
val
totalMs
:
Long
,
val
avgMs
:
Double
,
val
minMs
:
Long
,
val
maxMs
:
Long
)
Summary of timing statistics for an operation.
Since
0.5.0
Members
Constructors
Operation
Timing
Summary
Link copied to clipboard
constructor
(
count
:
Long
,
totalMs
:
Long
,
avgMs
:
Double
,
minMs
:
Long
,
maxMs
:
Long
)
Properties
avg
Ms
Link copied to clipboard
val
avgMs
:
Double
count
Link copied to clipboard
val
count
:
Long
max
Ms
Link copied to clipboard
val
maxMs
:
Long
min
Ms
Link copied to clipboard
val
minMs
:
Long
total
Ms
Link copied to clipboard
val
totalMs
:
Long