BenchmarkStatus
data class BenchmarkStatus(val phase: BenchmarkPhase, var totalCounter: Int, var sentCounter: Int = 0, var receivedCounter: Int = 0)
Constructors
Link copied to clipboard
constructor(phase: BenchmarkPhase, totalCounter: Int, sentCounter: Int = 0, receivedCounter: Int = 0)