Added more complex profiling metadata.

This commit is contained in:
Clark Gaebel 2014-09-16 14:03:35 -07:00
parent 787a683365
commit 6bc63d47cd
10 changed files with 123 additions and 69 deletions

View file

@ -27,6 +27,7 @@ extern crate sync;
extern crate task_info;
extern crate std_time = "time";
extern crate string_cache;
extern crate url;
pub mod atom;
pub mod bloom;