MutantTimeProfile

Profile of what a mutant spent time on to collect a status.

Constructors

this
this(Duration compile, Duration test)
Undocumented in source.

Members

Functions

sum
Duration sum()
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

compile
Duration compile;

Time it took to compile the mutant.

test
Duration test;

Time it took to execute the test suite.

Meta