benchmark/src
Christian Wassermann 4857962394
Add CartesianProduct with associated test (#1029)
* Add CartesianProduct with associated test

* Use CartesianProduct in Ranges to avoid code duplication
* Add new cartesian_product_test to CMakeLists.txt
* Update AUTHORS & CONTRIBUTORS

* Rename CartesianProduct to ArgsProduct

* Rename test & fixture accordingly
* Add example for ArgsProduct to README
2020-08-25 13:47:44 +01:00
..
arraysize.h
benchmark.cc Remove warnings for internal use of CSVReporter (#956) 2020-04-14 10:20:22 +01:00
benchmark_api_internal.cc Iteration counts should be uint64_t globally. (#817) 2019-05-13 12:33:11 +03:00
benchmark_api_internal.h Iteration counts should be uint64_t globally. (#817) 2019-05-13 12:33:11 +03:00
benchmark_main.cc
benchmark_name.cc BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) 2019-03-17 16:38:51 +03:00
benchmark_register.cc Add CartesianProduct with associated test (#1029) 2020-08-25 13:47:44 +01:00
benchmark_register.h Negative ranges #762 (#787) 2019-03-26 10:50:53 +00:00
benchmark_runner.cc Fix type conversion warnings. (#951) 2020-04-06 13:52:09 +01:00
benchmark_runner.h [NFC] Refactor RunBenchmark() (#690) 2018-10-01 17:51:08 +03:00
check.h
CMakeLists.txt Revert "Add d postfix to Debug libraries (#923)" 2020-03-16 14:29:27 +03:00
colorprint.cc [benchmark] Lowercase windows specific includes (#679) 2018-09-18 09:42:20 +01:00
colorprint.h
commandlineflags.cc Remove "BENCHMARK_" prefix from env var version of command line flags (#997) 2020-08-18 10:02:20 +01:00
commandlineflags.h Read options from environment (#881) (#883) 2019-10-23 11:07:08 +03:00
complexity.cc Iteration counts should be uint64_t globally. (#817) 2019-05-13 12:33:11 +03:00
complexity.h
console_reporter.cc Custom user counters: add invert modifier. (#850) 2019-08-12 17:47:46 +03:00
counter.cc Custom user counters: add invert modifier. (#850) 2019-08-12 17:47:46 +03:00
counter.h update header guard to match style 2019-11-25 13:05:13 +00:00
csv_reporter.cc escape special chars in csv and json output. (#802) 2019-04-19 18:47:25 +01:00
cycleclock.h Fix formatting issues introduced by a77d5f7 (#959) 2020-04-17 19:31:49 +03:00
internal_macros.h [#766] add x-compile support for QNX SDP7 (#770) 2019-02-19 13:05:55 +00:00
json_reporter.cc JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008) 2020-07-28 12:46:07 +01:00
log.h
mutex.h Fix typo in mutex.h (#917) 2019-12-15 13:38:54 +03:00
re.h
reporter.cc JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008) 2020-07-28 12:46:07 +01:00
sleep.cc [benchmark] Lowercase windows specific includes (#679) 2018-09-18 09:42:20 +01:00
sleep.h
statistics.cc Use IterationCount in one more place 2019-05-13 22:42:18 +03:00
statistics.h
string_util.cc Add missing <cerrno> header include - fixes Android build (#960) 2020-04-23 14:19:19 +03:00
string_util.h escape special chars in csv and json output. (#802) 2019-04-19 18:47:25 +01:00
sysinfo.cc Add missing breaks for QNX cache counting (#1012) 2020-07-30 09:51:48 +01:00
thread_manager.h Make some functions const (#832) 2019-06-26 09:06:24 +01:00
thread_timer.h Make some functions const (#832) 2019-06-26 09:06:24 +01:00
timers.cc timers: silence strncat truncation warning (#984) 2020-06-17 14:58:12 +03:00
timers.h