SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-compile-hlo
/
sk.ainet.compile.hlo.validation
/
ThroughputMetrics
Throughput
Metrics
data
class
ThroughputMetrics
(
val
conversionsCompleted
:
Int
,
val
totalOperations
:
Int
,
val
actualTime
:
Duration
,
val
conversionsPerSecond
:
Double
,
val
operationsPerSecond
:
Double
)
(
source
)
Throughput metrics for conversion operations
Members
Constructors
Throughput
Metrics
Link copied to clipboard
constructor
(
conversionsCompleted
:
Int
,
totalOperations
:
Int
,
actualTime
:
Duration
,
conversionsPerSecond
:
Double
,
operationsPerSecond
:
Double
)
Properties
actual
Time
Link copied to clipboard
val
actualTime
:
Duration
conversions
Completed
Link copied to clipboard
val
conversionsCompleted
:
Int
conversions
Per
Second
Link copied to clipboard
val
conversionsPerSecond
:
Double
operations
Per
Second
Link copied to clipboard
val
operationsPerSecond
:
Double
total
Operations
Link copied to clipboard
val
totalOperations
:
Int
Functions
summary
Link copied to clipboard
fun
summary
(
)
:
String