This class contains statistic results for one profiler area. More...
#include <CProfilerController.h>
Public Member Functions | |
| DWORD | getHandle () const |
| Returns handle of the area, related to these profiler results. | |
| int64_t | getMaxTime () const |
| Returns max time spent in function or max duration of the data value. | |
| int64_t | getMinTime () const |
| Returns min time spent in function or min duration of the data value. | |
| DWORD | getNumHits () const |
| Returns how many times the function was called or data changed to the value. | |
| int64_t | getTotalTime () const |
| Returns total time spent in function or total duration of the data value. | |
| DWORD | getValue () const |
| Returns value of the data, related to these profiler results. | |
| std::string | toString () |
| Returns object's data as YAML string. | |
This class contains statistic results for one profiler area.
|
inline |
Returns value of the data, related to these profiler results.
Valid only for data areas.
|
inline |
Returns object's data as YAML string.
This method is intended for debugging purposes only, do not parse the returned data!