This class contains profiler area properties.
#include <CProfilerController.h>
|
| CAreaProperties (const std::string &areaName, DWORD handle, ADDRESS address) |
| Initializes the instance.
|
|
ADDRESS | getAddress () const |
| Returns area address.
|
|
DWORD | getHandle () const |
| Returns area handle.
|
|
std::string | getName () const |
| Returns area name.
|
|
std::string | toString () |
| Returns object data as YAML string.
|
|
◆ CAreaProperties()
isys::CAreaProperties::CAreaProperties |
( |
const std::string & | areaName, |
|
|
DWORD | handle, |
|
|
ADDRESS | address ) |
|
inline |
Initializes the instance.
- Parameters
-
areaName | name of the profiler area |
handle | profiler area handle |
address | profiler area start address |