diff options
author | Nicholas Nethercote <nnethercote@mozilla.com> | 2015-02-09 23:00:27 -0800 |
---|---|---|
committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2015-02-23 15:20:32 -0800 |
commit | 34a384241aae7dc79a500cdd6738a11b560d8352 (patch) | |
tree | 6b9ec6d78332a5f723fb1190c574a1bd163dcb7c /components/script/dom | |
parent | 121394a121be5a2a8be491cc5c5b6ef13ca9f74d (diff) | |
download | servo-34a384241aae7dc79a500cdd6738a11b560d8352.tar.gz servo-34a384241aae7dc79a500cdd6738a11b560d8352.zip |
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)
Diffstat (limited to 'components/script/dom')
0 files changed, 0 insertions, 0 deletions