BenchmarkOptions
struct BenchmarkOptions {
}
- this
this(string funcname)
Undocumented in source.
- duration
Duration duration;
Undocumented in source.
- filename
string filename;
Undocumented in source.
- funcname
string funcname;
Undocumented in source.
- maxRounds
size_t maxRounds;
Undocumented in source.
- seed
int seed;
Undocumented in source.
The options controlling the behaviour of benchmark.