public MethodNode (ProfileStore store, Node parent, LoadedClass.AllocationsPerMethod instance) : base (store, parent) { this.instance = instance; }
public CallsNode(ProfileStore store, Node parent, StackTrace frame) : base(store, parent) { this.frame = frame; }
public ClassNode (ProfileStore store, Node parent, LoadedClass instance) : base (store, parent) { this.instance = instance; }
public MethodNode(ProfileStore store, Node parent, LoadedClass.AllocationsPerMethod instance) : base(store, parent) { this.instance = instance; }
public CallInfoNode(ProfileStore store, Node parent, StatisticalHitItemCallInformation info) : base(store, parent) { this.info = info; }
public StatNode(ProfileStore store, Node parent, IStatisticalHitItem item) : base(store, parent) { this.item = item; }
public ClassNode(ProfileStore store, Node parent, LoadedClass instance) : base(store, parent) { this.instance = instance; }
public CallsNode (ProfileStore store, Node parent, StackTrace frame) : base (store, parent) { this.frame = frame; }
public Node(ProfileStore store, Node parent) { this.store = store; this.parent = parent; gch = GCHandle.Alloc(this, GCHandleType.Weak); }
public StatNode (ProfileStore store, Node parent, IStatisticalHitItem item) : base (store, parent) { this.item = item; }
public CallInfoNode (ProfileStore store, Node parent, StatisticalHitItemCallInformation info) : base (store, parent) { this.info = info; }
public Node (ProfileStore store, Node parent) { this.store = store; this.parent = parent; gch = GCHandle.Alloc (this, GCHandleType.Weak); }