krangl / krangl.util / BenchmarkResult

BenchmarkResult

data class BenchmarkResult<T>

Constructors

<init>

BenchmarkResult(times: List<Long>, config: T?)

Properties

config

val config: T?

mean

val mean: Double

sd

val sd: Double

times

val times: List<Long>

timesMS

val timesMS: List<Double>

Functions

getSummary

fun getSummary(): String

printSummary

fun printSummary(): Unit