aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-13/+0
* remove `extern crate` (#30311)Samson2023-09-081-5/+0
* Remove support for energy profilingSimon Sapin2020-06-041-2/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-5/+0
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-0/+1
* format components/profile_traitsAnshul Malik2018-09-101-1/+2
* Implements profiler for blocked recvNakul Jindal2018-03-221-0/+2
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-2/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-4/+1
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Allow unsafe code for energy module (build failure otherwise)Connor Imes2016-11-171-0/+1
* Supress panics for ProfilerChan sends.Josh Matthews2016-11-141-0/+2
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+1
* Remove #![feature(custom_derive)]Anthony Ramine2016-11-031-1/+1
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-2/+4
* profile: Integrate the time profiler with the macOS signpostPatrick Walton2016-10-011-0/+2
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+1
* Add energy monitoring and characterization scriptsConnor Imes2015-09-091-0/+1
* Create a run_with_memory_reporting method to reduce the boilerplate associate...Ms2ger2015-08-061-0/+1
* profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-0/+7
* Require documentation for the memory profiling module.Ms2ger2015-06-181-0/+4
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-0/+6