tern ~master (2024-04-15T17:45:17.8990912)
Dub
Repo
BenchmarkConfig
tern
benchmark
Undocumented in source.
struct
BenchmarkConfig {
final
size_t
warmup
;
final
size_t
iterations
;
final
bool
parallel
;
}
Members
Variables
iterations
size_t
iterations
;
Undocumented in source.
parallel
bool
parallel
;
Undocumented in source.
warmup
size_t
warmup
;
Undocumented in source.
Meta
Source
See Implementation
tern
benchmark
functions
benchmark
report
reportAll
structs
BenchmarkConfig
BenchmarkResult