- dae05df another use-of-uninitialized-value by Dominic Hamon · 3 years, 11 months ago
- e120832 fix existing use-of-uninitialized-value by Dominic Hamon · 3 years, 11 months ago
- fbc3140 Random interleaving of benchmark repetitions - the sequel (fixes #1051) (#1163) by Roman Lebedev · 3 years, 11 months ago
- d17ea66 Fix leak in test, and provide path to remove leak from library (#1169) by Dominic Hamon · 3 years, 11 months ago
- 32cc607 [NFCI] Make BenchmarkRunner non-internal to it's .cpp file by Roman Lebedev · 3 years, 11 months ago
- 520573f [NFCI] RunBenchmarks(): extract FlushStreams()/Report() functions by Roman Lebedev · 3 years, 11 months ago
- 0c1da0a Make 'complexity reports' cache per-family, not global (#1166) by Roman Lebedev · 3 years, 11 months ago
- 80a6261 Introduce per-family instance index (#1165) by Roman Lebedev · 3 years, 11 months ago
- 4c2e32f Introduce "family index" field into JSON output (#1164) by Roman Lebedev · 3 years, 11 months ago
- e0a080d BenchmarkFamilies::FindBenchmarks(): correctly use std::vector<>::reserve() by Roman Lebedev · 3 years, 11 months ago
- a54ef37 Ensure that we print repetition count even when it was specified via flag `--benchmark_repetitions=` by Roman Lebedev · 3 years, 11 months ago
- e025dd5 Revert "Implementation of random interleaving. (#1105)" (#1161) by Dominic Hamon · 4 years ago
- 6f094ba Fix perf counter argument parsing (#1160) by Norman Heino · 4 years ago
- db2de74 Fix pedantic compilation flag violation (#1156) by Mariusz Wachowicz · 4 years ago
- a6a738c Implementation of random interleaving. (#1105) by haih-g · 4 years ago
- e539e80 [PFM] Extend perf counter support to multi-threaded cases. (#1153) by Mircea Trofin · 4 years ago
- 3b508fa Refactor `BenchmarkInstance` (#1148) by Dominic Hamon · 4 years ago
- a2e8a8a Clean -Wreserved-identifier instances (#1143) by Roman Lebedev · 4 years ago
- e0826ed Fix StrSplit empty string case (#1142) by Mircea Trofin · 4 years ago
- d0c227c Add API to benchmark allowing for custom context to be added (#1137) by Dominic Hamon · 4 years ago
- 33c133a Add `benchmark_context` flag that allows per-run custom context. (#1127) by Dominic Hamon · 4 years ago
- 376ebc2 Support optional, user-directed collection of performance counters (#1114) by Mircea Trofin · 4 years ago
- 264976d Fix windows warning on type conversion (#1121) by Dominic Hamon · 4 years ago
- c05843a [sysinfo] Fix CPU Frequency reading on AMD Ryzen CPU's (#1117) by Roman Lebedev · 4 years ago v1.5.3
- 69054ae Use fewer ramp up repetitions when KeepRunningBatch is used (#1113) by Matt Armstrong · 4 years ago
- 07578d8 Shrink the tz_offset size to 41. (#1110) by Chris Lalancette · 4 years, 1 month ago
- 5e387e7 Implement custom benchmark name (#1107) by Tobias Schmidt · 4 years, 1 month ago
- a9b9471 Fix typo in invalid file name error message. (#1094) by Phoenix Meadowlark · 4 years, 2 months ago
- d90321f - add support for Elbrus 2000 (e2k) (#1091) by SSE4 · 4 years, 2 months ago
- ea5a5bb Add MSVC ARM64 support for reading clocks (#1052) by Michał Janiszewski · 4 years, 2 months ago
- 17a6b21 Fix Range when starting at zero (#1073) by Scott K Logan · 4 years, 5 months ago
- d9abf01 Rename 'mftbl' to 'mftb' (#1069) by Steven Wan · 4 years, 6 months ago
- a9704c2 Nanosleep workaround for z/OS in sleep.cc (#1067) by Abhina Sree · 4 years, 6 months ago
- dce3322 Add support for z/OS XL compiler inline asm syntax (#1063) by Fanbo Meng · 4 years, 6 months ago
- 3d1c267 src/benchmark_register.h: add missing <limits> inclusion (#1060) by Sergei Trofimovich · 4 years, 6 months ago
- af72911 Add support for DragonFly BSD (#1058) by Michael Neumann · 4 years, 7 months ago
- ffe1342 Add CycleTimer implementation for M68K architecture (#1050) by Min-Yih Hsu · 4 years, 7 months ago
- 4857962 Add CartesianProduct with associated test (#1029) by Christian Wassermann · 4 years, 8 months ago
- 5b72b6c Remove "BENCHMARK_" prefix from env var version of command line flags (#997) by Dominic Hamon · 4 years, 8 months ago
- 1302d2c Add missing breaks for QNX cache counting (#1012) by Dominic Hamon · 4 years, 9 months ago
- 9901011 JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008) by Alexander Enaldiev · 4 years, 9 months ago
- 15e6dfd timers: silence strncat truncation warning (#984) by Reid Paape · 4 years, 10 months ago
- 7cc06ef timers: just make the buffers big enough by Brian Wolfe · 4 years, 11 months ago
- f25ea40 timers: use snprintf instead of sprintf by Brian Wolfe · 4 years, 11 months ago
- f6ac240 timers: silence format overflow warning by Brian Wolfe · 4 years, 11 months ago
- 99c52f1 use rfc3339-formatted timestamps in output [output format change] (#965) by Brian Wolfe · 4 years, 11 months ago
- 56898e9 Add missing <cerrno> header include - fixes Android build (#960) by Kai Wolf · 5 years ago
- ecc1685 Fix formatting issues introduced by a77d5f7 (#959) by Luís Marques · 5 years ago
- 8cead00 Remove warnings for internal use of CSVReporter (#956) by Keith Moyer · 5 years ago
- a77d5f7 Fix cycleclock::Now for RISC-V and PPC (#955) by Luís Marques · 5 years ago
- 0ab2c29 Fix type conversion warnings. (#951) by Dominic Hamon · 5 years ago
- 70d89ac Revert "Add d postfix to Debug libraries (#923)" by Roman Lebedev · 5 years ago
- c078337 Relax CHECK condition in benchmark_runner.cc (#938) by Paweł Bylica · 5 years ago
- 8982e1e Fix MSVC warning. (#935) by Ben Clayton · 5 years ago
- daff5fe Alias CMake Targets. Fixes #921 (#926) by Jordan Williams · 5 years ago
- 5ce2429 Add d postfix to Debug libraries (#923) by Szitár Gergő · 5 years ago
- 0811f1d Fix typo in mutex.h (#917) by Tetsuo Kiso · 5 years ago
- 3671194 CPU caches are binary units, not SI. (#911) by Roman Lebedev · 5 years ago
- 49aa79b update header guard to match style by Dominic Hamon · 5 years ago
- 51d991f ParseCommandLineFlags(): do not dereference argc if it is null by Roman Lebedev · 5 years ago
- c22c266 JSONReporter: RoundDouble(): use std::lround() to round double to int by Roman Lebedev · 5 years ago
- cc7f50e BenchmarkRunner: use std::lround() to round double to int by Roman Lebedev · 5 years ago
- 173aff8 src/counter.h: add header guard by Roman Lebedev · 5 years ago
- cf446a1 Remove superfluous cache line scaling in JSON reporter. (#896) by András Leitereg · 6 years ago
- bc200ed Read options from environment (#881) (#883) by Martin Blanchard · 6 years ago
- b874e72 Guard definition of __STDC_FORMAT_MACROS in ifndef (#875) by Geoffrey Martin-Noble · 6 years ago
- 7411874 Define HOST_NAME_MAX for NaCl and RTEMS (#876) by Geoffrey Martin-Noble · 6 years ago
- 7ee7286 Remove unused `doc` argument from `DEFINE_` macros. (#857) by Sayan Bhattacharjee · 6 years ago
- 7d97a05 Custom user counters: add invert modifier. (#850) by Roman Lebedev · 6 years ago
- c408461 Disable deprecated warnings when touching CSVReporter internally. by Eric Fiselier · 6 years ago
- 8e48105 CMake; windows: link to lowercase 'shlwapi' - consistent with headers (#840) by Roman Lebedev · 6 years ago
- 4abdfbb Add RISC-V support in cycleclock::Now (#833) by Sam Elliott · 6 years ago
- 04a9343 Make some functions const (#832) by Orgad Shaneh · 6 years ago
- 090faec Use IterationCount in one more place by Roman Lebedev · 6 years ago v1.5.0
- f92903c Iteration counts should be `uint64_t` globally. (#817) by Roman Lebedev · 6 years ago
- b988639 Fix compilation for Android (#816) by Michał Janiszewski · 6 years ago
- 33d4404 Don't read CMAKE_BUILD_TYPE if it is not there (#811) by Roman Lebedev · 6 years ago
- 823d246 Add support for GNU Install Dirs from GNU Coding Standards. Fixes #807 (#808) by Lockywolf · 6 years ago
- 13b8bdc Bump required cmake version from 2.x to 3.x (#801) by Dominic Hamon · 6 years ago
- 588be04 escape special chars in csv and json output. (#802) by Michael Tesch · 6 years ago
- 1d41de8 Add command line flags tests (#793) by Dominic Hamon · 6 years ago
- 415835e fix master branch on *BSD (#792) by Hannes Hauswedell · 6 years ago
- 7a1c370 Add process_time for better OpenMP and user-managed thread timing by Bryan Lunt · 6 years ago
- e366656 Negative ranges #762 (#787) by Daniel Harvey · 6 years ago
- 478eafa [JSON] add threads and repetitions to the json output (#748) by BaaMeow · 6 years ago
- fae8726 Replace JSON inf and nan with JS compliant Infinity and NaN by Michael Tesch · 6 years ago
- f6e9686 BENCHMARK_CAPTURE() and Complexity() - naming problem (#761) by Daniel Harvey · 6 years ago
- d205ead [#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (#775) by Jilin Zhou · 6 years ago
- 0ae233a [#766] add x-compile support for QNX SDP7 (#770) by Jilin Zhou · 6 years ago
- 4b9f43e Fix header lines length (#752) by Andriy Berestovskyy · 6 years ago
- 4528c76 Print at least three significant digits for times. (#701) by Eric · 6 years ago
- 0ed529a Update documentation of benchmark_filter (#744) by Dominic Hamon · 6 years ago
- 47a5f77 #722 Adding Host Name in Reporting (#733) by Jatin Chaudhary · 6 years ago
- 1f3cba0 Update reference to complexity calculation (#723) by Tobias Ulvgård · 6 years ago
- c9f2693 StrFormat() is a printf-like function, mark it as such, fix fallout. (#727) by Roman Lebedev · 6 years ago
- b5082bb Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-report_loadavg by Dominic Hamon · 6 years ago
- c6193af Fix parsing of cpuinfo for s390 platform. (#712) by Anton Gladky · 7 years ago
- 507c06e Aggregates: use non-aggregate count as iteration count. (#706) by Roman Lebedev · 7 years ago
- 99d1356 [NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708) by Roman Lebedev · 7 years ago
- 9cacec8 [NFC] RunBenchmarks(): s/has_repetitions/might_have_aggregates/ (#707) by Roman Lebedev · 7 years ago