org.opengroup.arm40.metric
public interface ArmMetricCounter64 extends ArmMetric
ARM_Counter64
).
Objects implementing this interface are created using
ArmMetricFactory.
Method Summary | |
---|---|
long | get()
Gets the counter value. |
int | set(long value)
Sets the counter value. |
Returns: the counter value.
Parameters: value new counter value.
Returns: 0 on sucess; otherwise, a non-zero error code is returned (as specified in ArmInterface).