NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#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. | |
|
inline |
double PerfResult::totalTime |
The total time spend in the monitored section of code.
Referenced by PerfTimer::Stop().
unsigned int PerfResult::numberOfHits |
The total number of times that the section is hit.
Referenced by PerfTimer::Stop().