#include <string>
Go to the source code of this file.
Namespaces | |
evf | |
evf::utils | |
Functions | |
void | evf::utils::cDiv (std::ostringstream *out) |
void | evf::utils::mDiv (std::ostringstream *out, std::string name) |
void | evf::utils::mDiv (std::ostringstream *out, std::string name, std::string value) |
void | evf::utils::mDiv (std::ostringstream *out, std::string name, unsigned int value) |
void | evf::utils::procCpuStat (unsigned long long &idleJiffies, unsigned long long &allJiffies) |
void | evf::utils::procStat (std::ostringstream *out) |
void | evf::utils::uptime (std::ostringstream *out) |