aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/mem.rs
Commit message (Expand)AuthorAgeFilesLines
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-2/+2
* Remove 'get_*' on getters as per RFC 0344 on various componentsMathieu Rheaume2015-09-121-22/+22
* make test-tidy check that = have space after themerneyja2015-09-011-15/+15
* sort all usesJohann Tuffe2015-08-201-1/+1
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-8/+8
* Tweak how the "system-heap-allocated" memory report is gathered.Nicholas Nethercote2015-08-141-8/+15
* Auto merge of #6850 - servo:rustup_2015-07-30, r=SimonSapinbors-servo2015-07-301-6/+14
|\
| * Have our copy of the now deprecated `std::env::page_size`Simon Sapin2015-07-301-1/+8
| * Fix deprecation warningsSimon Sapin2015-07-241-5/+6
* | 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-241-56/+55
|/
* Initialize info directly in get_system_heap_allocated.Ms2ger2015-07-151-4/+3
* Measure LocalLayoutContexts in LayoutTask and LayoutWorkers.Nicholas Nethercote2015-06-101-1/+1
* Recursively sort memory report sub-trees.Nicholas Nethercote2015-05-271-14/+12
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-6/+5
* Add a `profile_traits` crate to reduce compile times.Nicholas Nethercote2015-04-301-70/+3
* 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-291-1/+1
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-50/+48
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-0/+658