dlangide.tools.d.dmdtrace

DMD trace.log parser

Members

Aliases

DMDProfilerLogParserListener
alias DMDProfilerLogParserListener = void delegate(DMDTraceLogParser parser)
Undocumented in source.

Classes

DMDProfilerLogParserOperation
class DMDProfilerLogParserOperation
Undocumented in source.
DMDProfilerLogParserThread
class DMDProfilerLogParserThread
Undocumented in source.
DMDTraceLogParser
class DMDTraceLogParser
Undocumented in source.
FunctionEdge
class FunctionEdge
Undocumented in source.
FunctionNode
class FunctionNode
Undocumented in source.

Enums

TraceSortOrder
enum TraceSortOrder
Undocumented in source.

Functions

parseDMDTraceLog
DMDTraceLogParser parseDMDTraceLog(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
sortFunctionNodes
void sortFunctionNodes(FunctionNode[] nodes, TraceSortOrder sortOrder)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta