NVDA Helper
In-process and lite high-speed utilities for NVDA
PerfResult Class Reference

#include <PerfTimer.h>

Public Member Functions

 PerfResult ()
 

Public Attributes

double totalTime
 The total time spend in the monitored section of code.
 
unsigned int numberOfHits
 The total number of times that the section is hit.
 

Detailed Description

Constructor & Destructor Documentation

◆ PerfResult()

PerfResult::PerfResult ( )
inline

Member Data Documentation

◆ totalTime

double PerfResult::totalTime

The total time spend in the monitored section of code.

Referenced by PerfTimer::Stop().

◆ numberOfHits

unsigned int PerfResult::numberOfHits

The total number of times that the section is hit.

Referenced by PerfTimer::Stop().


The documentation for this class was generated from the following file: