pub type Constant = Measurement<u64>;
enum Constant { Exact(u64), Range(u64, u64), UpperBound(u64), }