winIDEA SDK
isys::CProfilerStatistic Class Reference

Description

This class contains statistic results for one profiler area.

Deprecated:
Use CProfilerController2 class instead of CProfilerController.

#include <CProfilerController.h>

Public Member Functions

DWORD getHandle () const
 Returns handle of the area, related to these profiler results.
 
DWORD getValue () const
 Returns value of the data, related to these profiler results. More...
 
int64_t getMinTime () const
 Returns min time spent in function or min duration of the data value.
 
int64_t getMaxTime () const
 Returns max time spent in function or max duration of the data value.
 
int64_t getTotalTime () const
 Returns total time spent in function or total duration of the data value.
 
DWORD getNumHits () const
 Returns how many times the function was called or data changed to the value.
 
std::string toString ()
 Returns object's data as YAML string. More...
 

Member Function Documentation

◆ getValue()

DWORD isys::CProfilerStatistic::getValue ( ) const
inline

Returns value of the data, related to these profiler results.

Valid only for data areas.

◆ toString()

std::string isys::CProfilerStatistic::toString ( )
inline

Returns object's data as YAML string.

This method is intended for debugging purposes only, do not parse the returned data!