dlangide v0.8.17 (2018-11-26T09:12:46Z)
Home
Dub
Repo
FunctionNode
dlangide
tools
d
dmdtrace
Undocumented in source.
class
FunctionNode {
FunctionEdge
[
string
]
called_by
;
FunctionEdge
[
string
]
calls_to
;
string
name
;
string
mangled_name
;
ulong
number_of_calls
;
ulong
function_and_descendant_time
;
ulong
function_time
;
this
(string mangled_name, ulong calls, ulong function_and_descendant_time, ulong function_time, FunctionEdge[string] called_by, FunctionEdge[string] calls_to);
}
Constructors
this
this
(string mangled_name, ulong calls, ulong function_and_descendant_time, ulong function_time, FunctionEdge[string] called_by, FunctionEdge[string] calls_to)
Undocumented in source.
Members
Variables
called_by
FunctionEdge
[
string
]
called_by
;
Undocumented in source.
calls_to
FunctionEdge
[
string
]
calls_to
;
Undocumented in source.
function_and_descendant_time
ulong
function_and_descendant_time
;
Undocumented in source.
function_time
ulong
function_time
;
Undocumented in source.
mangled_name
string
mangled_name
;
Undocumented in source.
name
string
name
;
Undocumented in source.
number_of_calls
ulong
number_of_calls
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
tools
d
dmdtrace
aliases
DMDProfilerLogParserListener
classes
DMDProfilerLogParserOperation
DMDProfilerLogParserThread
DMDTraceLogParser
FunctionEdge
FunctionNode
enums
TraceSortOrder
functions
parseDMDTraceLog
sortFunctionNodes