macro_rules! measure {
    ($metric:expr, $e:expr) => { ... };
}
Expand description

The measure! macro takes a reference to a metric and an expression.

It applies the metric and the expression is returned unchanged.