OpenMPCD
|
Marks a code region. More...
#include <CodeRegion.hpp>
Public Member Functions | |
CodeRegion (const char *const name) | |
The constructor. More... | |
~CodeRegion () | |
The destructor. More... | |
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.
|
inline |
The constructor.
[in] | name | The name for the code region. |
Definition at line 32 of file CodeRegion.hpp.
|
inline |
The destructor.
Definition at line 46 of file CodeRegion.hpp.