aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2016-05-04 18:42:57 -0400
committerJosh Matthews <josh@joshmatthews.net>2016-05-18 08:02:42 -0500
commit9e8cf19e51d5ff1f7c8aa8d5c2f8ccc5d74531ca (patch)
treeeb29fc64b6fe098187788017bc765b7feb15b2ef /components/script/script_thread.rs
parent36df00ae96feba73ab32847fda8bec3260c4aa11 (diff)
downloadservo-9e8cf19e51d5ff1f7c8aa8d5c2f8ccc5d74531ca.tar.gz
servo-9e8cf19e51d5ff1f7c8aa8d5c2f8ccc5d74531ca.zip
Add timeline markers for HTTP requests, JS evaluation, and HTML parsing.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 73350bed207..8ebb5ac017b 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -1446,6 +1446,7 @@ impl ScriptThread {
self.bluetooth_thread.clone(),
self.storage_thread.clone(),
self.mem_profiler_chan.clone(),
+ self.time_profiler_chan.clone(),
self.devtools_chan.clone(),
self.constellation_chan.clone(),
self.control_chan.clone(),