Go to the source code of this file.
|
| BENCHMARK_DEFINE_F (ContactFixture, COMPUTE_ABA_DERIVATIVES)(benchmark |
|
| BENCHMARK_DEFINE_F (ContactFixture, CONSTRAINT_DYNAMICS_DERIVATIVES_6D)(benchmark |
|
| BENCHMARK_DEFINE_F (ContactFixture, CONSTRAINT_DYNAMICS_DERIVATIVES_6D6D)(benchmark |
|
| BENCHMARK_DEFINE_F (ContactFixture, CONSTRAINT_DYNAMICS_DERIVATIVES_EMPTY)(benchmark |
|
| BENCHMARK_REGISTER_F (ContactFixture, COMPUTE_ABA_DERIVATIVES) -> Apply(CustomArguments) |
|
| BENCHMARK_REGISTER_F (ContactFixture, CONSTRAINT_DYNAMICS_DERIVATIVES_6D) -> Apply(CustomArguments) |
|
| BENCHMARK_REGISTER_F (ContactFixture, CONSTRAINT_DYNAMICS_DERIVATIVES_6D6D) -> Apply(CustomArguments) |
|
| BENCHMARK_REGISTER_F (ContactFixture, CONSTRAINT_DYNAMICS_DERIVATIVES_EMPTY) -> Apply(CustomArguments) |
|
static PINOCCHIO_DONT_INLINE void | computeABADerivativesCall (const pinocchio::Model &model, pinocchio::Data &data, const Eigen::VectorXd &q, const Eigen::VectorXd &v, const Eigen::VectorXd &tau) |
|
static PINOCCHIO_DONT_INLINE void | constraintDynamicsDerivativesCall (const pinocchio::Model &model, pinocchio::Data &data, const PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR(pinocchio::RigidConstraintModel) &contact_models, PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR(pinocchio::RigidConstraintData) &contact_data) |
|
static void | CustomArguments (benchmark::internal::Benchmark *b) |
|
| PINOCCHIO_BENCHMARK_MAIN () |
|
◆ BENCHMARK_DEFINE_F() [1/4]
◆ BENCHMARK_DEFINE_F() [2/4]
BENCHMARK_DEFINE_F |
( |
ContactFixture |
, |
|
|
CONSTRAINT_DYNAMICS_DERIVATIVES_6D |
|
|
) |
| |
◆ BENCHMARK_DEFINE_F() [3/4]
BENCHMARK_DEFINE_F |
( |
ContactFixture |
, |
|
|
CONSTRAINT_DYNAMICS_DERIVATIVES_6D6D |
|
|
) |
| |
◆ BENCHMARK_DEFINE_F() [4/4]
BENCHMARK_DEFINE_F |
( |
ContactFixture |
, |
|
|
CONSTRAINT_DYNAMICS_DERIVATIVES_EMPTY |
|
|
) |
| |
◆ BENCHMARK_REGISTER_F() [1/4]
◆ BENCHMARK_REGISTER_F() [2/4]
◆ BENCHMARK_REGISTER_F() [3/4]
◆ BENCHMARK_REGISTER_F() [4/4]
◆ computeABADerivativesCall()
◆ constraintDynamicsDerivativesCall()
◆ CustomArguments()
static void CustomArguments |
( |
benchmark::internal::Benchmark * |
b | ) |
|
|
static |
◆ PINOCCHIO_BENCHMARK_MAIN()
PINOCCHIO_BENCHMARK_MAIN |
( |
| ) |
|