|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.baka.webvm.analyzer.SamplerConfig
public final class SamplerConfig
Configures the sampler.
| Constructor Summary | |
|---|---|
SamplerConfig(int historyLength,
int historySampleDelayMs,
int initialDelay)
Creates new object. |
|
| Method Summary | |
|---|---|
int |
getHistoryLength()
A number of samples to keep in the history. |
int |
getHistorySampleDelayMs()
Sample each x milliseconds |
int |
getInitialDelay()
Sleep x milliseconds before sampling start. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SamplerConfig(int historyLength,
int historySampleDelayMs,
int initialDelay)
historyLength - a number of samples to keep in the history.historySampleDelayMs - sample each x millisecondsinitialDelay - sleep x milliseconds before sampling start| Method Detail |
|---|
public int getInitialDelay()
public int getHistoryLength()
public int getHistorySampleDelayMs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||