TimeMeasurements

Undocumented in source.

Constructors

this
this(size_t numIters)
Undocumented in source.

Members

Functions

avgTime
Duration avgTime()
Undocumented in source. Be warned that the author may not have intended to support it.
onIteration
void onIteration(size_t iterIndex, Duration iterTime)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.
printHeader
void printHeader()
Undocumented in source. Be warned that the author may not have intended to support it.
printHeaderTsv
void printHeaderTsv()
Undocumented in source. Be warned that the author may not have intended to support it.
printTsv
void printTsv()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

showNumFirstIters
enum showNumFirstIters;
Undocumented in source.

Variables

iterTimes
Duration[] iterTimes;
Undocumented in source.
maxTime
Duration maxTime;
Undocumented in source.
minTime
Duration minTime;
Undocumented in source.
numIters
size_t numIters;
Undocumented in source.
totalTime
Duration totalTime;
Undocumented in source.

Meta