testquark ~master (2021-12-17T01:20:10.52497)
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