mutils.benchmark

Undocumented in source.

Members

Functions

doNotOptimize
void doNotOptimize(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

doNotInline
enum doNotInline;
Undocumented in source.

Static variables

perfDataAlloc
BucketsChain!(PerfData, 64, false) perfDataAlloc;
Undocumented in source.

Structs

BenchmarkData
struct BenchmarkData(uint testsNum, uint iterationsNum)
Undocumented in source.
PerfData
struct PerfData
Undocumented in source.
TimeThis
struct TimeThis

Can be used only once in function Always use: auto timeThis=TimeThis.time(); alone TimeThis.time(); is not working

Meta