OpenShot Audio Library | OpenShotAudio
0.3.3
|
#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 92 of file juce_PerformanceCounter.h.