CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
procUtils.h
Go to the documentation of this file.
1 #ifndef EVENTFILTER_PROCESSOR_PROCUTILS_H
2 #define EVENTFILTER_PROCESSOR_PROCUTILS_H
3 
4 #include <string>
5 
6 namespace evf{
7  namespace utils{
8  void procCpuStat(unsigned long long &idleJiffies,unsigned long long &allJiffies);
9  void procStat(std::ostringstream *);
10  void uptime(std::ostringstream *);
11  void mDiv(std::ostringstream *out, std::string name);
12  void cDiv(std::ostringstream *out);
13  void mDiv(std::ostringstream *out, std::string name, std::string value);
14  void mDiv(std::ostringstream *out, std::string name, unsigned int value);
15  }
16 }
17 #endif
void procStat(std::ostringstream *out)
Definition: procUtils.cc:176
void cDiv(std::ostringstream *out)
Definition: procUtils.cc:357
tuple out
Definition: dbtoconf.py:99
void procCpuStat(unsigned long long &idleJiffies, unsigned long long &allJiffies)
Definition: procUtils.cc:157
void mDiv(std::ostringstream *out, std::string name)
Definition: procUtils.cc:354
void uptime(std::ostringstream *out)
Definition: procUtils.cc:309