aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 648e3034f36..0f36d85dedc 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -238,6 +238,10 @@ impl InProgressLoad {
inherited_secure_context: Option<bool>,
) -> InProgressLoad {
let navigation_start = CrossProcessInstant::now();
+
+ #[cfg(feature = "tracing")]
+ tracing::info!(name: "Navigation start", servo_profiling = true, url = url.to_string());
+
InProgressLoad {
pipeline_id: id,
browsing_context_id,