#include <LinuxProcData.h>
|
static constexpr double | KB {1000.} |
|
static constexpr double | KiB {1.024 * KB} |
|
static constexpr double | MB {KB * KB} |
|
static constexpr double | MiB {KiB * KiB} |
|
Definition at line 71 of file LinuxProcData.h.
template<typename T >
static std::enable_if_t<std::is_base_of<proc_type, T>::value, double> art::LinuxProcData::getValueInMB |
( |
proc_tuple const & |
t | ) |
|
|
inlinestatic |
Definition at line 93 of file LinuxProcData.h.
std::tuple< vsize_t, rss_t > proc_tuple
constexpr double art::LinuxProcData::KB {1000.} |
|
static |
constexpr double art::LinuxProcData::KiB {1.024 * KB} |
|
static |
constexpr double art::LinuxProcData::MB {KB * KB} |
|
static |
constexpr double art::LinuxProcData::MiB {KiB * KiB} |
|
static |
The documentation for this struct was generated from the following file: