DMDTraceLogParser

Undocumented in source.

Constructors

this
this(string fname)
Undocumented in source.

Members

Functions

load
bool load()
Undocumented in source. Be warned that the author may not have intended to support it.
makeSorted
void makeSorted()
Undocumented in source. Be warned that the author may not have intended to support it.
parse
bool parse()
Undocumented in source. Be warned that the author may not have intended to support it.
requestCancel
void requestCancel()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

nodes
FunctionNode[string] nodes;
Undocumented in source.
nodesByCallCount
FunctionNode[] nodesByCallCount;
Undocumented in source.
nodesByFunctionTime
FunctionNode[] nodesByFunctionTime;
Undocumented in source.
nodesByName
FunctionNode[] nodesByName;
Undocumented in source.
nodesByTotalTime
FunctionNode[] nodesByTotalTime;
Undocumented in source.
ticks_per_second
ulong ticks_per_second;
Undocumented in source.

Meta