mirror of
https://github.com/servo/servo.git
synced 2025-07-30 18:50:36 +01:00
Add option to write profiler output to InfluxDB
This commit is contained in:
parent
990c4091fe
commit
360f2cc492
5 changed files with 87 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue