ThroughputMetrics

data class ThroughputMetrics(val conversionsCompleted: Int, val totalOperations: Int, val actualTime: Duration, val conversionsPerSecond: Double, val operationsPerSecond: Double)(source)

Throughput metrics for conversion operations

Constructors

Link copied to clipboard
constructor(conversionsCompleted: Int, totalOperations: Int, actualTime: Duration, conversionsPerSecond: Double, operationsPerSecond: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard