mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Add task profiler, which works by instrumenting each task runtime when enabled.
This commit is contained in:
parent
3aad350a64
commit
90d793cdc8
7 changed files with 241 additions and 10 deletions
|
@ -30,6 +30,8 @@ extern crate url;
|
|||
|
||||
#[phase(plugin)]
|
||||
extern crate string_cache_macros;
|
||||
#[phase(plugin)]
|
||||
extern crate lazy_static;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
|
@ -45,6 +47,7 @@ pub mod namespace;
|
|||
pub mod opts;
|
||||
pub mod range;
|
||||
pub mod resource_files;
|
||||
pub mod rtinstrument;
|
||||
pub mod smallvec;
|
||||
pub mod sort;
|
||||
pub mod str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue