SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-core
/
sk.ainet.benchmark
/
LatencySummary
Latency
Summary
data
class
LatencySummary
(
val
measurements
:
List
<
LatencyMeasurement
>
,
val
totalDuration
:
Duration
,
val
averageDuration
:
Duration
,
val
count
:
Int
,
val
totalsByOp
:
Map
<
String
,
Duration
>
)
(
source
)
Members
Constructors
Latency
Summary
Link copied to clipboard
constructor
(
measurements
:
List
<
LatencyMeasurement
>
,
totalDuration
:
Duration
,
averageDuration
:
Duration
,
count
:
Int
,
totalsByOp
:
Map
<
String
,
Duration
>
)
Properties
average
Duration
Link copied to clipboard
val
averageDuration
:
Duration
count
Link copied to clipboard
val
count
:
Int
measurements
Link copied to clipboard
val
measurements
:
List
<
LatencyMeasurement
>
total
Duration
Link copied to clipboard
val
totalDuration
:
Duration
totals
By
Op
Link copied to clipboard
val
totalsByOp
:
Map
<
String
,
Duration
>