Benchmark.this

The constructor for the Benchmark.

struct Benchmark
this
(
in string funcname
,
in size_t rounds
,
in string filename
)

Parameters

funcname string

The name of the benchmark instance. The funcname will be used to associate the results with the function

rounds size_t

How many rounds.

filename string

The filename will be used as a filename to store the results.

Meta