Holds the current statistics.  
 More...
#include <juce_PerformanceCounter.h>
Holds the current statistics. 
◆ Statistics()
  
  | 
        
          | PerformanceCounter::Statistics::Statistics | ( |  | ) |  |  | noexcept | 
 
 
◆ clear()
  
  | 
        
          | void PerformanceCounter::Statistics::clear | ( |  | ) |  |  | noexcept | 
 
 
◆ toString()
      
        
          | String PerformanceCounter::Statistics::toString | ( |  | ) | const | 
      
 
 
◆ addResult()
  
  | 
        
          | void PerformanceCounter::Statistics::addResult | ( | double | elapsed | ) |  |  | noexcept | 
 
 
◆ name
      
        
          | String PerformanceCounter::Statistics::name | 
      
 
 
◆ averageSeconds
      
        
          | double PerformanceCounter::Statistics::averageSeconds | 
      
 
 
◆ maximumSeconds
      
        
          | double PerformanceCounter::Statistics::maximumSeconds | 
      
 
 
◆ minimumSeconds
      
        
          | double PerformanceCounter::Statistics::minimumSeconds | 
      
 
 
◆ totalSeconds
      
        
          | double PerformanceCounter::Statistics::totalSeconds | 
      
 
 
◆ numRuns
      
        
          | int64 PerformanceCounter::Statistics::numRuns | 
      
 
 
The documentation for this struct was generated from the following file: