This class contains profiler area properties. More...
#include <CProfilerController.h>
Public Member Functions | |
| 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. | |
This class contains profiler area properties.
|
inline |
Initializes the instance.
| areaName | name of the profiler area |
| handle | profiler area handle |
| address | profiler area start address |