aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/lib.rs
diff options
context:
space:
mode:
authorFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-06-20 18:57:58 +0200
committerFernando Jiménez Moreno <ferjmoreno@gmail.com>2017-07-03 10:13:46 +0200
commit360f2cc4922a21d5e3482a951b7d80b25a8f977c (patch)
treece18bf8a410917230b8909ed56499b7a67b45583 /components/profile/lib.rs
parent990c4091fe22b1f48b10753e7870832c9742eb59 (diff)
downloadservo-360f2cc4922a21d5e3482a951b7d80b25a8f977c.tar.gz
servo-360f2cc4922a21d5e3482a951b7d80b25a8f977c.zip
Add option to write profiler output to InfluxDB
Diffstat (limited to 'components/profile/lib.rs')
-rw-r--r--components/profile/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/profile/lib.rs b/components/profile/lib.rs
index 6a456e1bb83..382edcf31c6 100644
--- a/components/profile/lib.rs
+++ b/components/profile/lib.rs
@@ -11,6 +11,7 @@
#[cfg(not(target_os = "windows"))]
extern crate alloc_jemalloc;
extern crate heartbeats_simple;
+extern crate influent;
extern crate ipc_channel;
#[cfg(not(target_os = "windows"))]
extern crate libc;