public final class PerformanceSample
extends java.lang.Object
| Constructor and Description |
|---|
PerformanceSample()
Constructs a PerformanceSample object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBaseValue() |
long |
getRawValue() |
long |
getTimestamp() |
void |
reset()
Resets a sample.
|
void |
setBaseValue(long baseValue) |
void |
setRawValue(long rawValue) |
void |
setTimestamp(long timestamp) |
public PerformanceSample()
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic long getBaseValue()
public void setBaseValue(long baseValue)
baseValue - the baseValue to setpublic long getRawValue()
public void setRawValue(long rawValue)
rawValue - the rawValue to setpublic void reset()