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
macro_rules! histogram_time_micros {
($metric:expr, $expr:expr) => { ... };
}
Observe the time it takes to execute an expression, record that time in microseconds in a Histogram and return the result of that expression