Contains details and functions for use with testing performance.
More...
#include <PerformanceTest.h>
Contains details and functions for use with testing performance.
◆ PerformanceTest()
| PerformanceTest::PerformanceTest |
( |
| ) |
|
◆ ~PerformanceTest()
| PerformanceTest::~PerformanceTest |
( |
| ) |
|
◆ testFinish()
| uint64_t PerformanceTest::testFinish |
( |
| ) |
|
A function to get the results of the performance test. This returns the time taken in seconds.
- Returns
- The time taken in seconds.
◆ testStart()
| void PerformanceTest::testStart |
( |
| ) |
|
A function to start the performance test. This is to be called when the test is to be started.
◆ frequency
| LARGE_INTEGER PerformanceTest::frequency |
|
private |
The number of ticks-per-second.
◆ startingTime
| LARGE_INTEGER PerformanceTest::startingTime |
|
private |
The elapsed number of ticks.
The documentation for this class was generated from the following files: