|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectutil.Statistics
util.StackStatistics
public class StackStatistics
Statistics from stack samples. Computes hot methods from stack samples.
| Constructor Summary | |
|---|---|
StackStatistics(Map<Thread,List<StackTraceElement[]>> threadStacks)
Creates stack statistics from a list of stack traces. |
|
| Method Summary | |
|---|---|
void |
dumpFull(PrintStream out)
Prints the full results for the statistics. |
void |
dumpSummary(PrintStream out)
Prints a summary of the statistics. |
void |
merge(Object obj)
Merge two of the same type of statistics together. |
| Methods inherited from class util.Statistics |
|---|
printFullHeader, printSummaryHeader, summarizeFloats, summarizeFloats, summarizeFloats, summarizeInts, summarizeInts, summarizeInts, summarizeLongs, summarizeLongs, summarizeLongs, summarizeLongs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackStatistics(Map<Thread,List<StackTraceElement[]>> threadStacks)
threadStacks - lists of stack traces for each thread| Method Detail |
|---|
public void dumpFull(PrintStream out)
Statistics
dumpFull in class Statisticsout - output streampublic void dumpSummary(PrintStream out)
Statistics
dumpSummary in class Statisticsout - output streampublic void merge(Object obj)
Statistics
merge in class Statisticsobj - another statistics object of the same type to be merged with
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||