Contains details and functions for use with testing performance.
More...
#include <PerformanceTest.h>
Contains details and functions for use with testing performance.
- Author
- Jamie Slowgrove
◆ PerformanceTest()
Core::PerformanceTest::PerformanceTest |
( |
| ) |
|
◆ ~PerformanceTest()
Core::PerformanceTest::~PerformanceTest |
( |
| ) |
|
◆ testFinish()
uint64_t Core::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 Core::PerformanceTest::testStart |
( |
| ) |
|
A function to start the performance test. This is to be called when the test is to be started.
◆ frequency
LARGE_INTEGER Core::PerformanceTest::frequency |
|
private |
The number of ticks-per-second.
◆ startingTime
LARGE_INTEGER Core::PerformanceTest::startingTime |
|
private |
The elapsed number of ticks.
The documentation for this class was generated from the following files: