DMDMeasureReturn

Members

Functions

toJSON
JSONValue toJSON()

Converts this object to a JSONValue

Static functions

fromJSON
DMDMeasureReturn fromJSON(JSONValue value)

Converts a json object to DMDMeasureReturn

Variables

crash
bool crash;

true if an ICE occured (segfault / negative return code)

duration
Duration duration;

how long compilation took (serialized to msecs float in json)

log
string[] log;

compilation output

success
bool success;

true if dmd returned 0

Meta