diff --git a/pageserver/src/metrics.rs b/pageserver/src/metrics.rs index cf7b9d59b0..af33a4f341 100644 --- a/pageserver/src/metrics.rs +++ b/pageserver/src/metrics.rs @@ -1313,6 +1313,7 @@ impl Drop for SmgrOpTimer { } impl SmgrOpFlushInProgress { + #[inline(always)] pub(crate) async fn measure(mut self, mut fut: Fut) -> O where Fut: std::future::Future,