mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Implements profiler for blocked recv
This commit is contained in:
parent
563f0ec824
commit
7d4e2b11e9
27 changed files with 176 additions and 58 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
extern crate bincode;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
@ -17,5 +18,6 @@ extern crate signpost;
|
|||
|
||||
#[allow(unsafe_code)]
|
||||
pub mod energy;
|
||||
pub mod ipc;
|
||||
pub mod mem;
|
||||
pub mod time;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue