winIDEA SDK
Loading...
Searching...
No Matches
IConnectProfiler::SStatistic Struct Reference

Stores statistic results. All times are returned in nanoseconds. More...

#include <i_Connect.h>

Public Attributes

uint32_t m_dwHandle
 handle of the area for which this statistic is for
uint32_t m_dwNumHits
 number of hits
uint32_t m_dwValue
 for data areas, this identifies the value for which
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

Detailed Description

Stores statistic results. All times are returned in nanoseconds.

Member Data Documentation

◆ m_dwValue

uint32_t IConnectProfiler::SStatistic::m_dwValue

for data areas, this identifies the value for which

the statistic is for