From a3cf0aaedbd03cde3e532efb22f459b2ee5012bf Mon Sep 17 00:00:00 2001 From: loderunner Date: Fri, 24 May 2013 22:46:01 +0000 Subject: Performance improvements due to conditional parsing of IO data depending on selected fields. On my machine, this gives a ~20% improvement in htop process time use with the default config. git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@308 63cc0a6c-1f0e-0410-841e-f6a342073da8 --- ProcessList.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ProcessList.h') diff --git a/ProcessList.h b/ProcessList.h index 95d32b7..af202c8 100644 --- a/ProcessList.h +++ b/ProcessList.h @@ -113,6 +113,7 @@ typedef struct ProcessList_ { unsigned long long int usedSwap; unsigned long long int freeSwap; + int flags; ProcessField* fields; ProcessField sortKey; int direction; -- cgit v1.2.3