#include <bench.h>
Definition at line 54 of file bench.h.
 
◆ State()
  
  
      
        
          | benchmark::State::State  | 
          ( | 
          std::string  | 
          name,  | 
         
        
           | 
           | 
          uint64_t  | 
          num_evals,  | 
         
        
           | 
           | 
          double  | 
          num_iters,  | 
         
        
           | 
           | 
          Printer &  | 
          printer  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ KeepRunning()
  
  
      
        
          | bool benchmark::State::KeepRunning  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ UpdateTimer()
◆ m_elapsed_results
      
        
          | std::vector<double> benchmark::State::m_elapsed_results | 
        
      
 
 
◆ m_name
      
        
          | std::string benchmark::State::m_name | 
        
      
 
 
◆ m_num_evals
      
        
          | const uint64_t benchmark::State::m_num_evals | 
        
      
 
 
◆ m_num_iters
      
        
          | const uint64_t benchmark::State::m_num_iters | 
        
      
 
 
◆ m_num_iters_left
      
        
          | uint64_t benchmark::State::m_num_iters_left | 
        
      
 
 
◆ m_start_time
The documentation for this class was generated from the following files: