#include <functional>
#include <limits>
#include <map>
#include <string>
#include <vector>
#include <chrono>
#include <boost/preprocessor/cat.hpp>
#include <boost/preprocessor/stringize.hpp>
Go to the source code of this file.
 | 
| #define  | BENCHMARK(n,  num_iters_for_one_second)   benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n, (num_iters_for_one_second)); | 
|   | 
◆ BENCHMARK
      
        
          | #define BENCHMARK | 
          ( | 
            | 
          n,  | 
        
        
           | 
           | 
            | 
          num_iters_for_one_second  | 
        
        
           | 
          ) | 
           |    benchmark::BenchRunner BOOST_PP_CAT(bench_, BOOST_PP_CAT(__LINE__, n))(BOOST_PP_STRINGIZE(n), n, (num_iters_for_one_second)); |