servo/components/util
Nicholas Nethercote f306febd13 Put system memory measurements in a memory reporter.
Currently the system memory measurements ("resident", "vsize", etc.) are
not reported through the generic memory reporting mechanism, simply
because they pre-date that mechanism. This changeset removes that
special-casing.

One consequence of this is that previously if a platform didn't
implement one of the basic measurements, a '???' entry would be printed.
Now nothing will be printed. This is no great loss and matches what
Firefox does.

Another consequence is that the order in which the measurements are
printed is changed. I plan to fix this soon so that reports are sorted
in a more sensible fashion.
2015-03-17 12:24:33 -07:00
..
deque Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
cache.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
Cargo.toml Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00
cursor.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
debug_utils.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
dlist.rs Make dlist::split use new DList::split_off. 2015-02-12 15:39:08 -08:00
fnv.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
geometry.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
lib.rs Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00
logical_geometry.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
memory.rs Put system memory measurements in a memory reporter. 2015-03-17 12:24:33 -07:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Add --no-ssl flag for bypassing SSL checking 2015-03-14 19:17:07 +05:30
persistent_list.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
range.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
resource_files.rs Fix warnings in util. 2015-02-13 11:42:13 +01:00
str.rs Fix warnings in util. 2015-02-13 11:42:13 +01:00
task.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
task_state.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
taskpool.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
tid.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
time.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
vec.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
workqueue.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00