|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.profile.HeapDump
com.caucho.profile.ProHeapDump
public class ProHeapDump
Resin's profiling class.
| Constructor Summary | |
|---|---|
ProHeapDump()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
dump()
Returns an array of the HeapDump entries. |
java.lang.Object |
getLastHeapDump()
Returns the last heap dump |
static boolean |
isEnabled()
|
java.lang.String |
jsonHeapDump()
|
void |
logHeapDump(java.util.logging.Logger log,
java.util.logging.Level level)
|
static java.lang.Object |
nativeHeapDump()
|
void |
writeExtendedHeapDump(java.io.PrintWriter out)
Writes a text value of the heap dump to an output stream. |
void |
writeHeapDump(java.io.PrintWriter out)
Writes a text value of the heap dump to an output stream. |
| Methods inherited from class com.caucho.profile.HeapDump |
|---|
create, isAvailable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProHeapDump()
| Method Detail |
|---|
public static boolean isEnabled()
public java.lang.Object getLastHeapDump()
HeapDump
getLastHeapDump in class HeapDumppublic java.lang.Object dump()
HeapDump
dump in class HeapDump
public void writeHeapDump(java.io.PrintWriter out)
throws java.io.IOException
HeapDump
writeHeapDump in class HeapDumpjava.io.IOException
public void writeExtendedHeapDump(java.io.PrintWriter out)
throws java.io.IOException
HeapDump
writeExtendedHeapDump in class HeapDumpjava.io.IOExceptionpublic java.lang.String jsonHeapDump()
jsonHeapDump in class HeapDump
public void logHeapDump(java.util.logging.Logger log,
java.util.logging.Level level)
logHeapDump in class HeapDumppublic static java.lang.Object nativeHeapDump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||