Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SysProcStat.h
Go to the documentation of this file.
1 /*
2  * SysProcStat.h
3  *
4  * Created on: Jul 6, 2012
5  * Author: Ivan Valencik
6  */
7 
8 #ifndef SYSPROCSTAT_H_
9 #define SYSPROCSTAT_H_
10 
11 namespace Gaudi {
12  class SysProcStat {
13 
14 public:
15 
17  long unsigned flags, minflt, cminflt, majflt, cmajflt, utime, stime,
21  char comm[128], state;
22 
23  long time;
24 
25  SysProcStat();
26  virtual ~SysProcStat();
27 
28  // updates the values by calling /proc/self/stat
29  virtual int update();
30 
31  };
32 }
33 #endif /* SYSPROCSTAT_H_ */

Generated at Wed Dec 4 2013 14:33:12 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004