diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-06-20 18:57:58 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-07-03 10:13:46 +0200 |
commit | 360f2cc4922a21d5e3482a951b7d80b25a8f977c (patch) | |
tree | ce18bf8a410917230b8909ed56499b7a67b45583 /components/profile/lib.rs | |
parent | 990c4091fe22b1f48b10753e7870832c9742eb59 (diff) | |
download | servo-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.rs | 1 |
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; |