aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/time.rs
Commit message (Expand)AuthorAgeFilesLines
* Add energy monitoring and characterization scriptsConnor Imes2015-09-091-3/+60
* Combine script profiling with profile crates. Fixes #7514.Connor Imes2015-09-041-0/+16
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+0
* Issue #7501 emove unused time function in time module of profileMathieu Rheaume2015-09-011-13/+0
* Integrate with simple HeartbeatsConnor Imes2015-08-221-2/+11
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-241-4/+4
* Audit and reduce unstable usage in profileManish Goregaokar2015-06-101-1/+1
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-7/+4
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-87/+2
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-62/+62
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-0/+303