Macro histogram_time_micros

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

Observe the time it takes to execute an expression, record that time in microseconds in a Histogram and return the result of that expression