mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Linux: Use /proc/*/smaps_rollup for improved PSS parsing speed
This commit is contained in:
@ -62,6 +62,7 @@ typedef struct LinuxProcessList_ {
|
||||
|
||||
CPUData* cpus;
|
||||
TtyDriver* ttyDrivers;
|
||||
bool haveSmapsRollup;
|
||||
|
||||
#ifdef HAVE_DELAYACCT
|
||||
struct nl_sock *netlink_socket;
|
||||
|
Reference in New Issue
Block a user