aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/memory.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename lots of profiling-related things.Nicholas Nethercote2015-03-251-161/+0
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-649/+3
* Print trees in the memory profiler's output.Nicholas Nethercote2015-03-231-28/+190
* Replace most usage of std::old_io::File.Ms2ger2015-03-201-13/+15
* Rename dlist to linked_list.Matt Brubeck2015-03-181-15/+15
* Fix some warnings in util.Simon Sapin2015-03-181-2/+2
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-1/+2
* Put system memory measurements in a memory reporter.Nicholas Nethercote2015-03-171-51/+62
* Remove the fake memory profiler thread.Nicholas Nethercote2015-03-161-29/+19
* Add memory reporting infrastructure and use it to measure the display list.Nicholas Nethercote2015-03-161-6/+249
* Cleanup compilation warning in OSX (should still work on Linux).Adenilson Cavalcanti2015-03-031-0/+1
* Replacing uses of accumulating fold with sumPrabhjyot Singh Sodhi2015-03-021-1/+2
* Remove uint/int inside `components/util` (partial #4745).Alexandru Cojocaru2015-02-281-1/+1
* Report detailed RSS measurements from /proc/<pid>/smaps on Linux.Nicholas Nethercote2015-02-231-4/+118
* Switch ordering of the memory profiler's output columns.Nicholas Nethercote2015-02-231-3/+3
* Cleanup memory.rs a bit.Ms2ger2015-02-131-10/+18
* auto merge of #4917 : nnethercote/servo/fix-jemalloc-reporting, r=jdmbors-servo2015-02-131-9/+23
|\
| * Fix jemalloc memory measurements.Nicholas Nethercote2015-02-121-9/+23
* | Fix warnings in util.Ms2ger2015-02-131-1/+1
|/
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Use mallinfo() to report the system heap size on Linux.Nicholas Nethercote2015-02-051-15/+61
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-10/+14
* Pass a String to spawn_named.Ms2ger2015-01-211-3/+4
* Fix `renamed to into_inner()` warningsMatthew Rasmus2015-01-081-1/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-9/+9
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+2
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-3/+4
* Cargoify servoJack Moffitt2014-09-081-0/+209