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
王京 14fe3d1429
中期检验所用代码以及文档
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.