OpenMPCD
Public Member Functions | List of all members
OpenMPCD::Profiling::CodeRegion Class Reference

Marks a code region. More...

#include <CodeRegion.hpp>

Public Member Functions

 CodeRegion (const char *const name)
 The constructor. More...
 
 ~CodeRegion ()
 The destructor. More...
 

Detailed Description

Marks a code region.

The marked region starts with the construction of an instance of this class, and ends with its destruction.

Definition at line 25 of file CodeRegion.hpp.

Constructor & Destructor Documentation

◆ CodeRegion()

OpenMPCD::Profiling::CodeRegion::CodeRegion ( const char *const  name)
inline

The constructor.

Parameters
[in]nameThe name for the code region.

Definition at line 32 of file CodeRegion.hpp.

◆ ~CodeRegion()

OpenMPCD::Profiling::CodeRegion::~CodeRegion ( )
inline

The destructor.

Definition at line 46 of file CodeRegion.hpp.


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