winIDEA SDK
|
This class contains history results for one profiler area.
#include <CProfilerController.h>
Public Member Functions | |
DWORD | getHandle () const |
Returns handle of the area, related to these profiler results. | |
int64_t | getHitTime () const |
Returns time, when the function started execution or data changed. | |
SProfilerHistory & | getSProfilerHistory () |
When wrapper class lacks some functionality, use this access. | |
DWORD | getValue () const |
Returns data value. More... | |
bool | isActive () const |
bool | isInactive () const |
std::string | toString () |
Returns object data as YAML string. | |
|
inline |
Returns data value.
Use this method only when querying data items, which were obtained by getHistoryAll() or getHistoryForHandle(). Otherwise use methods isActive() and isInactive()
|
inline |
|
inline |