CounterChain

CounterChain describes a set of chained hardware counters, where a given counter increments only when the counter below it wraps around. Order is specified as outermost to innermost.

Static methods

def apply(x: Counter*): CounterChain

Creates a chain of counters. Order is specified as outermost to innermost