diff --git a/components/layout/formatting_contexts.rs b/components/layout/formatting_contexts.rs index 577e0afbd50..16cef35bbbe 100644 --- a/components/layout/formatting_contexts.rs +++ b/components/layout/formatting_contexts.rs @@ -290,10 +290,7 @@ impl IndependentFormattingContext { } } - #[servo_tracing::instrument( - name = "IndependentFormattingContext::layout_with_caching", - skip_all - )] + #[servo_tracing::instrument(name = "IndependentFormattingContext::layout", skip_all)] #[allow(clippy::too_many_arguments)] pub(crate) fn layout( &self, @@ -317,7 +314,7 @@ impl IndependentFormattingContext { } #[cfg(feature = "tracing")] tracing::debug!( - name: "NonReplaced cache miss", + name: "IndependentFormattingContext::layout cache miss", cached = ?cache.containing_block_for_children_size, required = ?containing_block_for_children.size, );