PerPassTimeMeasurements

Undocumented in source.

Constructors

this
this(size_t numIters, CompilePassGlobal[] passes)
Undocumented in source.

Members

Functions

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.
printTsv
void printTsv()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

numPasses
size_t numPasses;
Undocumented in source.
passTimes
TimeMeasurements[] passTimes;
Undocumented in source.
passes
CompilePassGlobal[] passes;
Undocumented in source.
totalTimes
TimeMeasurements totalTimes;
Undocumented in source.

Meta