geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
#include <StatsCollector.hpp>
Public Attributes | |
std::string | host |
std::string | sample_time_first |
std::array< double, GEOPM_NUM_SAMPLE_STATS > | sample_stats |
std::vector< std::string > | metric_names |
std::vector< std::array< double, GEOPM_NUM_METRIC_STATS > > | metric_stats |
std::string geopm::StatsCollector::report_s::host |
std::vector<std::string> geopm::StatsCollector::report_s::metric_names |
std::vector<std::array<double, GEOPM_NUM_METRIC_STATS> > geopm::StatsCollector::report_s::metric_stats |
std::array<double, GEOPM_NUM_SAMPLE_STATS> geopm::StatsCollector::report_s::sample_stats |
std::string geopm::StatsCollector::report_s::sample_time_first |