public abstract class AbstractCPUSampler
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCPUSampler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract double |
getProcessCpuTime()
Returns the process cpu time in seconds.
|
protected void |
recordCPU(StatsEngine statsEngine) |
protected abstract double getProcessCpuTime()
protected void recordCPU(StatsEngine statsEngine)