servo/components/util
Nicholas Nethercote 34a384241a Report detailed RSS measurements from /proc/<pid>/smaps on Linux.
All anonymous segments are aggregated into a single measurement, as are
all segments smaller than 512 KiB.

Example output:

      142.89: resident-according-to-smaps
       97.84: - anonymous (rw-p)
       23.98: - /home/njn/moz/servo/components/servo/target/servo (r-xp)
        6.58: - [heap] (rw-p)
        5.36: - other
        3.51: - /usr/lib/x86_64-linux-gnu/dri/i965_dri.so (r-xp)
        1.33: - /lib/x86_64-linux-gnu/libc-2.19.so (r-xp)
        0.93: - /home/njn/moz/servo/components/servo/target/servo (r--p)
        0.76: - /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.20 (r-xp)
        0.74: - /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0 (r-xp)
        0.50: - /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (r-xp)
        0.50: - /lib/x86_64-linux-gnu/libglib-2.0.so.0.4200.1 (r-xp)
        0.45: - /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2.0 (r-xp)
        0.43: - /lib/x86_64-linux-gnu/libm-2.19.so (r-xp)
2015-02-23 15:20:32 -08:00
..
deque Fix warnings in util. 2015-02-13 11:42:13 +01:00
cache.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08: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 Fix warnings in util. 2015-02-13 11:42:13 +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 Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08: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 Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08: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 layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00
persistent_list.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10: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 add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
tid.rs Fix warnings in util. 2015-02-13 11:42:13 +01:00
time.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
vec.rs Implement Canvas pixel manipulation 2015-02-22 13:41:58 -05:00
workqueue.rs layout: Add an option to visualize parallel layout 2015-02-20 19:11:35 -08:00