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 procStat(std::ostringstream *);
9  void uptime(std::ostringstream *);
10  void mDiv(std::ostringstream *out, std::string name);
11  void cDiv(std::ostringstream *out);
12  void mDiv(std::ostringstream *out, std::string name, std::string value);
13  void mDiv(std::ostringstream *out, std::string name, unsigned int value);
14  }
15 }
16 #endif
void procStat(std::ostringstream *out)
Definition: procUtils.cc:157
void cDiv(std::ostringstream *out)
Definition: procUtils.cc:338
tuple out
Definition: dbtoconf.py:99
void mDiv(std::ostringstream *out, std::string name)
Definition: procUtils.cc:335
void uptime(std::ostringstream *out)
Definition: procUtils.cc:290