Linux: Use /proc/*/smaps_rollup for improved PSS parsing speed

This commit is contained in:
Alexander Schlarb
2018-10-16 20:08:23 +02:00
parent fc0bf546c3
commit 078c2ddde5
2 changed files with 18 additions and 3 deletions

View File

@ -62,6 +62,7 @@ typedef struct LinuxProcessList_ {
CPUData* cpus;
TtyDriver* ttyDrivers;
bool haveSmapsRollup;
#ifdef HAVE_DELAYACCT
struct nl_sock *netlink_socket;