| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openjdk.jmh.profile.StackProfiler
public class StackProfiler
Very basic and naive stack profiler.
Nested Class Summary | |
---|---|
static class | StackProfiler.SamplingTask |
static class | StackProfiler.StackResult |
static class | StackProfiler.StackResultAggregator |
Constructor Summary | |
---|---|
StackProfiler() |
Method Summary | |
---|---|
Collection<? extends Result> | afterIteration() |
void | beforeIteration() |
Collection<String> | checkSupport() |
String | getDescription() |
String | label() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackProfiler()
Method Detail |
---|
public void beforeIteration()
beforeIteration
in interface InternalProfiler
public Collection<? extends Result> afterIteration()
afterIteration
in interface InternalProfiler
public Collection<String> checkSupport()
checkSupport
in interface Profiler
public String label()
public String getDescription()
getDescription
in interface Profiler
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |