public class ProfilerNode extends Object implements RecordingElement, Serializable
Modifier | Constructor and Description |
---|---|
protected |
ProfilerNode() |
|
ProfilerNode(long id,
String signature) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ProfilerNode child) |
boolean |
equals(Object obj) |
double |
getAverageDuration() |
List<ProfilerNode> |
getChildren() |
long |
getCount() |
long |
getId() |
long |
getMaxDuration() |
long |
getMinDuration() |
String |
getSignature() |
long |
getTotalDuration() |
int |
hashCode() |
boolean |
merge(ProfilerNode other) |
void |
start() |
void |
stop() |
String |
toString() |
protected ProfilerNode()
public ProfilerNode(long id, String signature)
public boolean merge(ProfilerNode other)
public long getId()
public String getSignature()
getSignature
in interface RecordingElement
public void start()
start
in interface RecordingElement
public void stop()
stop
in interface RecordingElement
public long getCount()
public long getTotalDuration()
public double getAverageDuration()
public long getMinDuration()
public long getMaxDuration()
public List<ProfilerNode> getChildren()
public void addChild(ProfilerNode child)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.