|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Tree
Describes a call tree. This structure is used for CPU trees as well as allocation trees.
Each tree exposes the following data:
ProfilingValue super class
interceptors.
| Method Summary | |
|---|---|
java.util.Iterator<Tree> |
children()
Returns an iterator for all child nodes. |
int |
getChildCount()
Returns the number of child nodes. |
int |
getPayloadCount()
Returns the number of payloads attached to this call stack. |
java.util.Iterator<Payload> |
getPayloadIterator()
Returns an iterator for all payloads attached to this call stack. |
| Methods inherited from interface com.jprofiler.api.platform.structures.ProfilingValue |
|---|
getCount, getDescriptor, getLineNumber, getValue |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
int getChildCount()
java.util.Iterator<Tree> children()
java.util.Iterator<Payload> getPayloadIterator()
Payloadint getPayloadCount()
|
JProfiler API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||