MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp.multidevicetests
/
Timing
Timing
data
class
Timing
(
val
min
:
Int
=
0
,
val
max
:
Int
=
0
,
val
avg
:
Int
=
0
,
val
stdDev
:
Int
=
0
)
Members
Constructors
Timing
Link copied to clipboard
constructor
(
min
:
Int
=
0
,
max
:
Int
=
0
,
avg
:
Int
=
0
,
stdDev
:
Int
=
0
)
Properties
avg
Link copied to clipboard
val
avg
:
Int
=
0
max
Link copied to clipboard
val
max
:
Int
=
0
min
Link copied to clipboard
val
min
:
Int
=
0
std
Dev
Link copied to clipboard
val
stdDev
:
Int
=
0