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