servo/components
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
..
canvas script: Implement enough 2D canvas support to render basic SVGs such as the tiger. 2015-02-22 22:29:58 -05:00
compositing Make gonk compile again 2015-02-21 09:42:45 +05:30
devtools Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
devtools_traits Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
gfx Move gfx to libc from crates.io. 2015-02-21 10:53:00 +01:00
layout Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
layout_traits Import net as net rather than servo_net. 2015-02-10 12:55:24 +01:00
msg Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
net Implement Canvas pixel manipulation 2015-02-22 13:41:58 -05:00
plugins auto merge of #4914 : Ms2ger/servo/match_lang_ty, r=saneyuki 2015-02-13 23:21:49 -07:00
script auto merge of #5010 : SimonSapin/servo/external-selectors, r=larsberg 2015-02-23 08:39:47 -07:00
script_traits Move layout to libc from crates.io. 2015-02-19 21:38:25 +01:00
servo Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00
style Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
util Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00