FunctionNode

Undocumented in source.

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