All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Groups Pages
Static Public Member Functions | Private Member Functions | List of all members
MeterPU::NVML_Energy_Environment_Init::NVML_Manager Class Reference

NVML library init and teardown. More...

Static Public Member Functions

static void init_NVML ()
 

Private Member Functions

 NVML_Manager ()
 
 ~NVML_Manager ()
 
 NVML_Manager (const NVML_Manager &)
 
void operator= (const NVML_Manager &)
 
void init ()
 
void teardown ()
 

Detailed Description

NVML library init and teardown.

It contains methods for init and teardown of NVML library, the default constructor initialize the NVML library.

Constructor & Destructor Documentation

MeterPU::NVML_Energy_Environment_Init::NVML_Manager::NVML_Manager ( )
inlineprivate

Default constructor, private, applications are forbidden to instantiate an object.

Here is the call graph for this function:

MeterPU::NVML_Energy_Environment_Init::NVML_Manager::~NVML_Manager ( )
inlineprivate

Default constructor, private, if one object is created by calling init_NVML(), the destructor will be called automatically at the end of a program.

Here is the call graph for this function:

MeterPU::NVML_Energy_Environment_Init::NVML_Manager::NVML_Manager ( const NVML_Manager )
private

Copy constructor, override default one, and also private.

Member Function Documentation

void MeterPU::NVML_Energy_Environment_Init::NVML_Manager::init ( )
inlineprivate

Initialize the NVML library.

Here is the caller graph for this function:

static void MeterPU::NVML_Energy_Environment_Init::NVML_Manager::init_NVML ( )
inlinestatic

Application only needs to call this function at startup, lazy initialization only when called.

Here is the caller graph for this function:

void MeterPU::NVML_Energy_Environment_Init::NVML_Manager::operator= ( const NVML_Manager )
inlineprivate

Assignment overloading, override default one, and also private.

void MeterPU::NVML_Energy_Environment_Init::NVML_Manager::teardown ( )
inlineprivate

Shut down the NVML library.

Here is the caller graph for this function:


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