Function

Undocumented in source.

Members

Functions

calledBy
void calledBy(FunctionElement func)
Undocumented in source. Be warned that the author may not have intended to support it.
callsTo
void callsTo(FunctionElement func)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON(ulong tps)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(void delegate(const(char)[]) s, ulong tps, float threshold)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CalledBy
FunctionElement[HASH] CalledBy;
Undocumented in source.
Calls
ulong Calls;
Undocumented in source.
CallsTo
FunctionElement[HASH] CallsTo;
Undocumented in source.
FunctionTime
ulong FunctionTime;
Undocumented in source.
Mangled
char[] Mangled;
Undocumented in source.
Name
char[] Name;
Undocumented in source.
Time
ulong Time;
Undocumented in source.

Meta