You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Conception/drake-master/tools/performance/README.md

573 B

Tools support for performance analysis

This directory contains tools to help with careful performance measurement and analysis of Drake programs.

Fully worked examples that integrate this tooling are available at:

  • drake/geometry/benchmarking
  • drake/multibody/benchmarking
  • drake/solvers/benchmarking
  • drake/systems/benchmarking

Some of the history of attempts to drive variance out of benchmark results is captured in #13902.

TODO(rpoyner-tri): explain how to use compare.py from the googlebenchmark package to compare stored results from different experiments.