aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_2020/table
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout_2020/table')
-rw-r--r--components/layout_2020/table/layout.rs10
1 files changed, 8 insertions, 2 deletions
diff --git a/components/layout_2020/table/layout.rs b/components/layout_2020/table/layout.rs
index 12519849c21..49c65c9707d 100644
--- a/components/layout_2020/table/layout.rs
+++ b/components/layout_2020/table/layout.rs
@@ -1641,7 +1641,12 @@ impl<'a> TableLayout<'a> {
/// only be be called after calling [`TableLayout.compute_measures`].
#[cfg_attr(
feature = "tracing",
- tracing::instrument(name = "Table::layout", skip_all, fields(servo_profiling = true))
+ tracing::instrument(
+ name = "Table::layout",
+ skip_all,
+ fields(servo_profiling = true),
+ level = "trace",
+ )
)]
fn layout(
mut self,
@@ -2626,7 +2631,8 @@ impl Table {
tracing::instrument(
name = "Table::inline_content_sizes",
skip_all,
- fields(servo_profiling = true)
+ fields(servo_profiling = true),
+ level = "trace",
)
)]
pub(crate) fn inline_content_sizes(