History log of /external/google-benchmark/test/skip_with_error_test.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1100e9190709a48b0819c84b3cebeaf2bf904d65 07-Oct-2016 Dominic Hamon <dominichamon@users.noreply.github.com> Simplify clang-format and apply to tests (#302)
/external/google-benchmark/test/skip_with_error_test.cc
dfe026075480f117f424d254c2f701ac97ea4cdd 04-Aug-2016 Marcin Kolny <marcin.kolny@gmail.com> Support multiple ranges in the benchmark (#257)

* Support multiple ranges in the benchmark

google-benchmark library allows to provide up to two ranges to the
benchmark method (range_x and range_y). However, in many cases it's not
sufficient. The patch introduces multi-range features, so user can easily
define multiple ranges by passing a vector of integers, and access values
through the method range(i).

* Remove redundant API

Functions State::range_x() and State::range_y() have been removed. They should
be replaced by State::range(0) and State::range(1).
Functions Benchmark::ArgPair() and Benchmark::RangePair() have been removed.
They should be replaced by Benchmark::Args() and Benchmark::Ranges().
/external/google-benchmark/test/skip_with_error_test.cc
43017f8b1510a50855e6b0ea145a534d3d754068 24-May-2016 Eric Fiselier <eric@efcs.ca> Add SkipWithError(...) function.
/external/google-benchmark/test/skip_with_error_test.cc