#include <statistics.hpp>
◆ allocator_type
template<class Allocator  = battery::standard_allocator> 
      
 
 
◆ TimingStatistics() [1/3]
template<class Allocator  = battery::standard_allocator> 
 
 
◆ TimingStatistics() [2/3]
template<class Allocator  = battery::standard_allocator> 
 
 
◆ TimingStatistics() [3/3]
template<class Allocator  = battery::standard_allocator> 
template<class Alloc > 
 
 
◆ time_of() [1/2]
template<class Allocator  = battery::standard_allocator> 
 
 
◆ time_of() [2/2]
template<class Allocator  = battery::standard_allocator> 
 
 
◆ meet()
template<class Allocator  = battery::standard_allocator> 
template<class Alloc > 
 
 
◆ time_ms_of()
template<class Allocator  = battery::standard_allocator> 
 
 
◆ start_timer_host()
template<class Allocator  = battery::standard_allocator> 
  
  
      
        
          | std::chrono::steady_clock::time_point TimingStatistics< Allocator >::start_timer_host  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ stop_timer()
template<class Allocator  = battery::standard_allocator> 
  
  
      
        
          | std::chrono::steady_clock::time_point TimingStatistics< Allocator >::stop_timer  | 
          ( | 
          Timer  | 
          timer,  | 
         
        
           | 
           | 
          std::chrono::steady_clock::time_point  | 
          start  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ update_timer()
template<class Allocator  = battery::standard_allocator> 
  
  
      
        
          | void TimingStatistics< Allocator >::update_timer  | 
          ( | 
          Timer  | 
          timer,  | 
         
        
           | 
           | 
          std::chrono::steady_clock::time_point  | 
          start  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Replace the value of the timer with now - start. 
 
 
◆ TimingStatistics
template<class Allocator  = battery::standard_allocator> 
template<class Alloc > 
 
 
The documentation for this struct was generated from the following file: