aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-302-8/+15
|\
| * Have our copy of the now deprecated `std::env::page_size`Simon Sapin2015-07-302-2/+8
| * Fix deprecation warningsSimon Sapin2015-07-242-6/+7
* | Add a `kind` field to memory reports.Nicholas Nethercote2015-07-291-7/+72
* | profile: Make the time and memory profilers run over IPC.Patrick Walton2015-07-244-60/+63
|/
* Replace astersisks with appropriate versions in depsBogdan Cuza2015-07-201-2/+2
* Initialize info directly in get_system_heap_allocated.Ms2ger2015-07-151-4/+3
* Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.Ms2ger2015-06-251-2/+2
* Measure LocalLayoutContexts in LayoutTask and LayoutWorkers.Nicholas Nethercote2015-06-101-1/+1
* Audit and reduce unstable usage in profileManish Goregaokar2015-06-102-2/+1
* Use the correct log crate and setup env_logger in main.Eduard Burtescu2015-06-062-1/+1
* Switch task_info to use modern Cargo tools.Jack Moffitt2015-05-291-3/+6
* Recursively sort memory report sub-trees.Nicholas Nethercote2015-05-271-14/+12
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-053-18/+10
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-304-159/+10
* Remove some as_slice calls.Ms2ger2015-04-241-2/+2
* Stop using the deprecated range function.Ms2ger2015-04-221-1/+1
* Use usize rather than u64 in MemoryReport.Nicholas Nethercote2015-03-311-24/+25
* Use box syntax instead of Box::new()Brandon DeRosier2015-03-292-1/+2
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-252-112/+110
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-244-0/+1008