Interface SimpleTimer

All Superinterfaces:
Counting, Metric

public interface SimpleTimer extends Metric, Counting
A simple timer metric which tracks elapsed time durations and count. This is a lightweight alternative to (@link Timer). The simple timer measures duration in nanoseconds.