JUCE
Public Member Functions | Public Attributes | List of all members
PerformanceCounter::Statistics Struct Reference

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
 

Detailed Description

Holds the current statistics.

Constructor & Destructor Documentation

PerformanceCounter::Statistics::Statistics ( )
noexcept

Member Function Documentation

void PerformanceCounter::Statistics::clear ( )
noexcept
String PerformanceCounter::Statistics::toString ( ) const
void PerformanceCounter::Statistics::addResult ( double  elapsed)
noexcept

Member Data Documentation

String PerformanceCounter::Statistics::name
double PerformanceCounter::Statistics::averageSeconds
double PerformanceCounter::Statistics::maximumSeconds
double PerformanceCounter::Statistics::minimumSeconds
double PerformanceCounter::Statistics::totalSeconds
int64 PerformanceCounter::Statistics::numRuns

The documentation for this struct was generated from the following file: