aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/flexbox/layout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/flexbox/layout.rs')
-rw-r--r--components/layout_2020/flexbox/layout.rs9
1 files changed, 6 insertions, 3 deletions
diff --git a/components/layout_2020/flexbox/layout.rs b/components/layout_2020/flexbox/layout.rs
index 11bfedb3255..1a35ecd39c0 100644
--- a/components/layout_2020/flexbox/layout.rs
+++ b/components/layout_2020/flexbox/layout.rs
@@ -395,7 +395,8 @@ impl FlexContainer {
tracing::instrument(
name = "FlexContainer::inline_content_sizes",
skip_all,
- fields(servo_profiling = true)
+ fields(servo_profiling = true),
+ level = "trace",
)
)]
pub fn inline_content_sizes(
@@ -607,7 +608,8 @@ impl FlexContainer {
tracing::instrument(
name = "FlexContainer::layout",
skip_all,
- fields(servo_profiling = true)
+ fields(servo_profiling = true),
+ level = "trace",
)
)]
pub(crate) fn layout(
@@ -2689,7 +2691,8 @@ impl FlexItemBox {
tracing::instrument(
name = "FlexContainer::layout_for_block_content_size",
skip_all,
- fields(servo_profiling = true)
+ fields(servo_profiling = true),
+ level = "trace",
)
)]
fn layout_for_block_content_size(