long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
lib-benchmark
/
org.artofdev.tasks.benchmark.lib
/
BenchmarkResult
Benchmark
Result
data
class
BenchmarkResult
(
val
sending
:
BenchmarkTiming
,
val
receiving
:
BenchmarkTiming
)
Members
Constructors
Benchmark
Result
Link copied to clipboard
constructor
(
sending
:
BenchmarkTiming
,
receiving
:
BenchmarkTiming
)
Properties
receiving
Link copied to clipboard
val
receiving
:
BenchmarkTiming
sending
Link copied to clipboard
val
sending
:
BenchmarkTiming
Functions
print
Report
Link copied to clipboard
fun
printReport
(
)