- 45b194e Introduce Coefficient of variation aggregate (#1220) by Roman Lebedev · 4 years, 7 months ago
- 12dc5ee Statistics: add support for percentage unit in addition to time (#1219) by Roman Lebedev · 4 years, 7 months ago
- 6a5bf08 prefix macros to avoid clashes (#1186) by Dominic Hamon · 4 years, 10 months ago
- c932169 Provide helpers to create integer lists for the given ranges. (#1179) by PCMan · 4 years, 10 months ago
- fbc3140 Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163) by Roman Lebedev · 4 years, 10 months ago
- 80a6261 Introduce per-family instance index (#1165) by Roman Lebedev · 4 years, 10 months ago
- 4c2e32f Introduce "family index" field into JSON output (#1164) by Roman Lebedev · 4 years, 10 months ago
- e0a080d BenchmarkFamilies::FindBenchmarks(): correctly use std::vector<>::reserve() by Roman Lebedev · 4 years, 10 months ago
- 3b508fa Refactor `BenchmarkInstance` (#1148) by Dominic Hamon · 5 years ago
- a2e8a8a Clean -Wreserved-identifier instances (#1143) by Roman Lebedev · 5 years ago
- 5e387e7 Implement custom benchmark name (#1107) by Tobias Schmidt · 5 years ago
- 4857962 Add CartesianProduct with associated test (#1029) by Christian Wassermann · 6 years ago
- b874e72 Guard definition of __STDC_FORMAT_MACROS in ifndef (#875) by Geoffrey Martin-Noble · 7 years ago
- f92903c Iteration counts should be `uint64_t` globally. (#817) by Roman Lebedev · 7 years ago
- 7a1c370 Add process_time for better OpenMP and user-managed thread timing by Bryan Lunt · 7 years ago
- e366656 Negative ranges #762 (#787) by Daniel Harvey · 7 years ago
- f6e9686 BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) by Daniel Harvey · 7 years ago
- c9f2693 StrFormat() is a printf-like function, mark it as such, fix fallout. (#727) by Roman Lebedev · 7 years ago
- edc77a3 Make State constructor private. (#650) by Dominic Hamon · 8 years ago
- c614dfc *Display* aggregates only. (#665) by Roman Lebedev · 8 years ago
- 9a179cb [NFC] Prefix "report(_)?mode" with Aggregation. (#656) by Roman Lebedev · 8 years ago
- 4c2af07 (clang-)format all the things (#610) by BaaMeow · 8 years ago
- ed1bac8 Issue 571: Allow support for negative regex filtering (#576) by Tim Bradgate · 8 years ago
- 9913418 Allow AddRange to work with int64_t. (#548) by Dominic Hamon · 8 years ago v1.4.0
- 6149723 Make string_util naming more consistent (#547) by Wink Saville · 8 years ago
- 6ecf8a8 Don't include <sys/resource.h> on Fuchsia. (#531) by Ian McKellar · 8 years ago
- 27e0b43 Refactor System information collection -- Add CPU Cache Info (#483) by Eric · 8 years ago
- a271c36 Drop Stat1, refactor statistics to be user-providable, add median. (#428) by Roman Lebedev · 9 years ago
- b8a2206 Add ClearRegisteredBenchmark() function. (#402) by Eric · 9 years ago
- 09b93cc fix android compilation (#372) by Dmitry Trifonov · 9 years ago
- 74b2405 Add Benchmark::Iterations for explicit iteration count control - Fixes #370 (#373) by Eric · 9 years ago
- 4bf28e6 Issue 327 (#328) by BRevzin · 9 years ago
- 3f23832 Allow calling Args and ArgNames in any order. by Marek Kurdej · 9 years ago
- cfee1a5 Check argument count in `ArgName` and `ArgNames`. by Marek Kurdej · 9 years ago
- c1c01b2 Handle the case when the argument name is an empty string. by Marek Kurdej · 9 years ago
- 17e1c40 Add ArgName() and ArgNames() methods to name arguments/ranges. by Marek Kurdej · 9 years ago
- 332f677 Apply clang-format to all headers and source (#303) by Dominic Hamon · 10 years ago
- 2aca242 Fix various uninitialized members by Eric Fiselier · 10 years ago
- c6f3f0e Cleanup RunBenchmark code. (#289) by Eric · 10 years ago
- d038472 Refactor benchmark.cc into benchmark_register.cc and benchmark.cc (#287) by Eric · 10 years ago