diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-28 00:18:58 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-28 01:34:52 +0800 |
commit | 836a072b8a9404be59187f66f46c64998670a534 (patch) | |
tree | 09e8769a144518730455cf40e62679c2e473a7fe /lib/Makefile.am | |
parent | fe909aa62629a5994dd643450b0de45e0e3f508d (diff) | |
download | gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.tar gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.tar.gz gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.tar.bz2 gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.tar.lz gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.tar.xz gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.tar.zst gsoc2013-epiphany-836a072b8a9404be59187f66f46c64998670a534.zip |
Implement about:memory
Gives an estimate of how much memory the browser process is using,
extracted from /proc/$PID/smaps. Only works in GNU/Linux systems.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 0f8dd5c7c..3b4172d28 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -25,6 +25,7 @@ NOINST_H_FILES = \ ephy-request-about.h \ ephy-shlib-loader.h \ ephy-signal-accumulator.h \ + ephy-smaps.h \ ephy-string.h \ ephy-stock-icons.h \ ephy-time-helpers.h \ @@ -66,6 +67,7 @@ libephymisc_la_SOURCES = \ ephy-settings.c \ ephy-shlib-loader.c \ ephy-signal-accumulator.c \ + ephy-smaps.c \ ephy-state.c \ ephy-string.c \ ephy-stock-icons.c \ |