Go to the source code of this file.
|  | 
|  | BENCHMARK_DEFINE_F (ContactFixture, IMPULSE_DYNAMICS_6D)(benchmark | 
|  | 
|  | BENCHMARK_DEFINE_F (ContactFixture, IMPULSE_DYNAMICS_6D6D)(benchmark | 
|  | 
|  | BENCHMARK_DEFINE_F (ContactFixture, IMPULSE_DYNAMICS_EMPTY)(benchmark | 
|  | 
|  | BENCHMARK_REGISTER_F (ContactFixture, IMPULSE_DYNAMICS_6D) -> Apply(CustomArguments) | 
|  | 
|  | BENCHMARK_REGISTER_F (ContactFixture, IMPULSE_DYNAMICS_6D6D) -> Apply(CustomArguments) | 
|  | 
|  | BENCHMARK_REGISTER_F (ContactFixture, IMPULSE_DYNAMICS_EMPTY) -> Apply(CustomArguments) | 
|  | 
| static void | CustomArguments (benchmark::internal::Benchmark *b) | 
|  | 
| static PINOCCHIO_DONT_INLINE void | impulseDynamicsCall (const pinocchio::Model &model, pinocchio::Data &data, const Eigen::VectorXd &q, const Eigen::VectorXd &v, const PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR(pinocchio::RigidConstraintModel) &contact_models, PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR(pinocchio::RigidConstraintData) &contact_data, double r_coeff, const pinocchio::ProximalSettings &prox_settings) | 
|  | 
|  | PINOCCHIO_BENCHMARK_MAIN () | 
|  | 
◆ BENCHMARK_DEFINE_F() [1/3]
◆ BENCHMARK_DEFINE_F() [2/3]
◆ BENCHMARK_DEFINE_F() [3/3]
◆ BENCHMARK_REGISTER_F() [1/3]
◆ BENCHMARK_REGISTER_F() [2/3]
◆ BENCHMARK_REGISTER_F() [3/3]
◆ CustomArguments()
  
  | 
        
          | static void CustomArguments | ( | benchmark::internal::Benchmark * | b | ) |  |  | static | 
 
 
◆ impulseDynamicsCall()
◆ PINOCCHIO_BENCHMARK_MAIN()
      
        
          | PINOCCHIO_BENCHMARK_MAIN | ( |  | ) |  |