OpenShot Library | OpenShotAudio
0.2.1
|
Holds the current statistics. More...
#include <juce_PerformanceCounter.h>
Public Member Functions | |
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.
Definition at line 96 of file juce_PerformanceCounter.h.