Implements profiler for blocked recv

This commit is contained in:
Nakul Jindal 2018-02-26 09:07:08 -08:00
parent 563f0ec824
commit 7d4e2b11e9
27 changed files with 176 additions and 58 deletions

View file

@ -8,5 +8,6 @@ extern crate ipc_channel;
extern crate profile;
extern crate profile_traits;
extern crate servo_allocator;
extern crate servo_config;
mod time;