JUCE
|
Holds the current statistics. More...
Public Member Functions | |
Statistics () noexcept | |
void | clear () noexcept |
String | toString () const |
void | addResult (double elapsed) noexcept |
Public Attributes | |
String | name |
double | averageSeconds |
double | maximumSeconds |
double | minimumSeconds |
double | totalSeconds |
int64 | numRuns |
Holds the current statistics.
|
noexcept |
|
noexcept |
String PerformanceCounter::Statistics::toString | ( | ) | const |
|
noexcept |
String PerformanceCounter::Statistics::name |
double PerformanceCounter::Statistics::averageSeconds |
double PerformanceCounter::Statistics::maximumSeconds |
double PerformanceCounter::Statistics::minimumSeconds |
double PerformanceCounter::Statistics::totalSeconds |
int64 PerformanceCounter::Statistics::numRuns |