forked from pz4kybsvg/Conception
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.
|
2 years ago | |
---|---|---|
.. | ||
BUILD.bazel | 2 years ago | |
README.md | 2 years ago | |
benchmark_tool.py | 2 years ago | |
defs.bzl | 2 years ago | |
fixture_common.cc | 2 years ago | |
fixture_common.h | 2 years ago | |
gflags_main.cc | 2 years ago |
README.md
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.