|
|
areaHandle_t | getAreaId () const |
| | Returns ID of the profiler area (function, variable, AUX, ...), for which this statistics was measured.
|
|
std::string | getAreaName () const |
| | Returns name of the profiler area (function or variable), for which this statistics was measured.
|
| int64_t | getAreaValue () const |
| | Returns value of the state area, for which this statistics was measured.
|
|
int64_t | getAverageTime (ETimeType timeType) |
| | Returns average time for the given time type.
|
| int64_t | getCallAverageTime () const |
| int64_t | getCallMaxTime () const |
| int64_t | getCallMinTime () const |
| int64_t | getCallTotalTime () const |
| int64_t | getGrossAverageTime () const |
| int64_t | getGrossMaxTime () const |
| int64_t | getGrossMinTime () const |
| int64_t | getGrossTotalTime () const |
| DWORD | getHandle () const |
|
int64_t | getMaxEndTime (ETimeType timeType) |
| | Returns max end time for the given time type.
|
|
int64_t | getMaxStartTime (ETimeType timeType) |
| | Returns max start time for the given time type.
|
|
int64_t | getMaxTime (ETimeType timeType) |
| | Returns max time for the given time type.
|
|
int64_t | getMinEndTime (ETimeType timeType) |
| | Returns min end time for the given time type.
|
|
int64_t | getMinStartTime (ETimeType timeType) |
| | Returns min start time for the given time type.
|
|
int64_t | getMinTime (ETimeType timeType) |
| | Returns min time for the given time type.
|
| int64_t | getNetAverageTime () const |
| int64_t | getNetMaxTime () const |
| int64_t | getNetMinTime () const |
| int64_t | getNetTotalTime () const |
|
DWORD | getNumHits () const |
| | Returns the number of hits.
|
| int64_t | getOutsideAverageTime () const |
| int64_t | getOutsideMaxTime () const |
| int64_t | getOutsideMinTime () const |
| int64_t | getOutsideTotalTime () const |
| std::string | getParentAreaName () const |
| | For state variables areas returns name of parent area (variable).
|
| int64_t | getPeriodAverageTime () const |
| int64_t | getPeriodMaxTime () const |
| int64_t | getPeriodMinTime () const |
|
int64_t | getTotalTime (ETimeType timeType) |
| | Returns total time for the given time type.
|
|
double | getValueAverage () |
| | Returns average value if area is regular variable.
|
|
double | getValueMax () |
| | Returns max value if area is regular variable.
|
|
double | getValueMin () |
| | Returns min value if area is regular variable.
|
|
int64_t | getValueTimeOfMax () |
| | Returns time when max value appeared for the first time, if area is regular variable.
|
|
int64_t | getValueTimeOfMin () |
| | Returns time when min value appeared for the first time, if area is regular variable.
|
|
std::string | toString () const |
| | Returns string representation of this object.
|
This class contains profiler statistics information.
Python example: profiler_data.py