6 #ifndef MODELAPPLICATION_HPP_INCLUDE
7 #define MODELAPPLICATION_HPP_INCLUDE
14 #include "geopm_public.h"
23 ModelApplication(uint64_t loop_count,
const std::vector<std::string> ®ion_name,
24 const std::vector<double> &big_o,
int verbosity,
int rank);
30 std::vector<std::shared_ptr<ModelRegion> >
m_region;
Definition: ModelApplication.hpp:21
int m_rank
Definition: ModelApplication.hpp:29
uint64_t m_repeat
Definition: ModelApplication.hpp:28
virtual ~ModelApplication()=default
std::vector< std::shared_ptr< ModelRegion > > m_region
Definition: ModelApplication.hpp:30
Definition: Accumulator.cpp:12