|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jrockit.memleak.value.Trace
public class Trace
Represents an allocation stack trace, including invocation count.
| Constructor Summary | |
|---|---|
Trace(int count,
ILocation[] stack)
Create a new stack trace. |
|
| Method Summary | |
|---|---|
int |
getCount()
The number of times this particular stacktrace has occured. |
ILocation[] |
getStack()
The stack trace. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Trace(int count,
ILocation[] stack)
count - the invocation countstack - an array of stack frames| Method Detail |
|---|
public int getCount()
ITrace
getCount in interface ITracepublic ILocation[] getStack()
ITrace
getStack in interface ITracepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||