Stores statistic results. All times are returned in nanoseconds.
More...
#include <i_Connect.h>
|
DWORD | m_dwHandle |
| handle of the area for which this statistic is for
|
DWORD | m_dwNumHits |
| number of hits
|
DWORD | m_dwValue |
| for data areas, this identifies the value for which the statistic is for
|
uint64_t | m_qwMaxTime |
| max time spent in a single hit
|
uint64_t | m_qwMinTime |
| min time spent in a single hit
|
uint64_t | m_qwTotalTime |
| total time spent in the area
|
Stores statistic results. All times are returned in nanoseconds.