geopm  3.1.1.dev214+gba4f9f6d
GEOPM - Global Extensible Open Power Manager
Public Member Functions | Protected Attributes | List of all members
geopm::TimedScalingModelRegion Class Reference

#include <TimedScalingModelRegion.hpp>

Inheritance diagram for geopm::TimedScalingModelRegion:
Inheritance graph
[legend]
Collaboration diagram for geopm::TimedScalingModelRegion:
Collaboration graph
[legend]

Public Member Functions

 TimedScalingModelRegion (double big_o_in, int verbosity, bool do_imbalance, bool do_progress, bool do_unmarked)
 
virtual ~TimedScalingModelRegion ()=default
 
void run_atom (void)
 
- Public Member Functions inherited from geopm::SpinModelRegion
 SpinModelRegion (double big_o_in, int verbosity, bool do_imbalance, bool do_progress, bool do_unmarked)
 
virtual ~SpinModelRegion ()
 
void big_o (double big_o)
 
void run (void)
 
- Public Member Functions inherited from geopm::ModelRegion
 ModelRegion (int verbosity)
 
virtual ~ModelRegion ()
 
std::string name (void)
 
double big_o (void)
 
virtual void region (void)
 
virtual void region (uint64_t hint)
 
virtual void region_enter (void)
 
virtual void region_exit (void)
 
virtual void loop_enter (uint64_t iteration)
 
virtual void loop_exit (void)
 

Protected Attributes

std::shared_ptr< ScalingModelRegionm_scaling_model
 
- Protected Attributes inherited from geopm::SpinModelRegion
double m_delay
 
- Protected Attributes inherited from geopm::ModelRegion
std::string m_name
 
double m_big_o
 
int m_verbosity
 
uint64_t m_region_id
 
bool m_do_imbalance
 
bool m_do_progress
 
bool m_do_unmarked
 
uint64_t m_num_progress_updates
 
double m_norm
 

Additional Inherited Members

- Static Public Member Functions inherited from geopm::ModelRegion
static std::unique_ptr< ModelRegionmodel_region (const std::string &name, double big_o, int verbosity)
 
- Protected Member Functions inherited from geopm::ModelRegion
virtual void num_progress_updates (double big_o_in)
 
- Static Protected Member Functions inherited from geopm::ModelRegion
static bool name_check (const std::string &name, const std::string &key)
 

Constructor & Destructor Documentation

◆ TimedScalingModelRegion()

geopm::TimedScalingModelRegion::TimedScalingModelRegion ( double  big_o_in,
int  verbosity,
bool  do_imbalance,
bool  do_progress,
bool  do_unmarked 
)

◆ ~TimedScalingModelRegion()

virtual geopm::TimedScalingModelRegion::~TimedScalingModelRegion ( )
virtualdefault

Member Function Documentation

◆ run_atom()

void geopm::TimedScalingModelRegion::run_atom ( void  )
virtual

Reimplemented from geopm::SpinModelRegion.

Member Data Documentation

◆ m_scaling_model

std::shared_ptr<ScalingModelRegion> geopm::TimedScalingModelRegion::m_scaling_model
protected

The documentation for this class was generated from the following files: