Benchmark.this

The constructor for the Benchmark.

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

Parameters

funcname
Type: string

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

filename
Type: string

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

Meta