public interface ArmMetricCounter64 extends ArmMetric
ARM_Counter64
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricCounter64(org.opengroup.arm40.metric.ArmMetricCounter64Definition)
.Modifier and Type | Method and Description |
---|---|
long |
get()
Gets the counter value.
|
int |
set(long value)
Sets the counter value.
|
getDefinition
getErrorCode, getErrorMessage, setErrorCode
long get()
int set(long value)
value
- new counter value.ArmInterface
).