testquark ~master (2019-12-23T00:33:56Z)
Dub
Repo
BenchmarkPrototype
testquark
parabench
Abstract range interface to a benchmark for some type erasure
interface
BenchmarkPrototype : InputRange!(Operation) {
Operation
front
[@property getter];
void
popFront
();
bool
empty
();
size_t
iterationsPerMeasurement
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source.
iterationsPerMeasurement
size_t
iterationsPerMeasurement
()
Undocumented in source.
popFront
void
popFront
()
Undocumented in source.
Properties
front
Operation
front
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
testquark
parabench
functions
MarkImpl
Parameterizer
godawfulHack
runThem
interfaces
BenchmarkPrototype
structs
Operation
ParameterizerStruct
templates
BenchmarkInfrastructure
Abstract range interface to a benchmark for some type erasure