summaryrefslogtreecommitdiffstats
path: root/linux/LinuxProcess.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-16 19:12:41 +0100
committerBenBE <BenBE@geshi.org>2020-11-26 22:58:34 +0100
commit721d9112d9b44815a920302bf903cb2039f1ea37 (patch)
tree1f9d59021719b040e03428f69abbe29e69609729 /linux/LinuxProcess.h
parent7f18b352b0fc010efe5278ce32e01ed715ddd7ee (diff)
Only calculate M_LRS size every 5 seconds
Diffstat (limited to 'linux/LinuxProcess.h')
-rw-r--r--linux/LinuxProcess.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/LinuxProcess.h b/linux/LinuxProcess.h
index 68c01ea5..e665502c 100644
--- a/linux/LinuxProcess.h
+++ b/linux/LinuxProcess.h
@@ -180,6 +180,7 @@ typedef struct LinuxProcess_ {
unsigned long ctxt_total;
unsigned long ctxt_diff;
char* secattr;
+ unsigned long long int last_mlrs_calctime;
} LinuxProcess;
#define Process_isKernelThread(_process) (((const LinuxProcess*)(_process))->isKernelThread)

© 2014-2024 Faster IT GmbH | imprint | privacy policy