#include "CPUUsage.hpp"
#include "../libH/Debug.hpp"
#include "../libH/Exception.hpp"
#include "../libH/UtilTime.hpp"
#include <fstream>
#include <iostream>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/exception.hpp>
#include <boost/thread/thread.hpp>
Go to the source code of this file.
Defines | |
#define | PROC_STAT_PATH "/proc/stat" |
Path to /proc/stat. | |
#define | DEFAULT_UPDATE_DELAY 0.1f |
The default amount of seconds between process tree rebuilds. |
Definition in file CPUUsage.cpp.