aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-09Add process_time for better OpenMP and user-managed thread timingBryan Lunt
2019-03-26Negative ranges #762 (#787)Daniel Harvey
2019-03-26[JSON] add threads and repetitions to the json output (#748)BaaMeow
2019-03-19Replace JSON inf and nan with JS compliant Infinity and NaNMichael Tesch
2019-03-17BENCHMARK_CAPTURE() and Complexity() - naming problem (#761)Daniel Harvey
2019-02-28[#774] implement GetNumCPUs(), GetCPUCyclesPerSecond(), and GetCacheSizes() (...Jilin Zhou
2019-02-19[#766] add x-compile support for QNX SDP7 (#770)Jilin Zhou
2019-01-13Fix header lines length (#752)Andriy Berestovskyy
2018-12-13Print at least three significant digits for times. (#701)Eric
2018-12-13Update documentation of benchmark_filter (#744)Dominic Hamon
2018-12-11#722 Adding Host Name in Reporting (#733)Jatin Chaudhary
2018-12-10Update reference to complexity calculation (#723)Tobias Ulvgård
2018-11-26StrFormat() is a printf-like function, mark it as such, fix fallout. (#727)Roman Lebedev
2018-11-13Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-...Dominic Hamon
2018-10-21Fix parsing of cpuinfo for s390 platform. (#712)Anton Gladky
2018-10-18Aggregates: use non-aggregate count as iteration count. (#706)Roman Lebedev
2018-10-18[NFC] BenchmarkRunner: always populate *_report_aggregates_only bools. (#708)Roman Lebedev
2018-10-18[NFC] RunBenchmarks(): s/has_repetitions/might_have_aggregates/ (#707)Roman Lebedev
2018-10-08benchmark_color: fix auto option (#559) (#699)Ilya A. Kriveshko
2018-10-01[NFC] Refactor RunBenchmark() (#690)Roman Lebedev
2018-09-28Make State constructor private. (#650)Dominic Hamon
2018-09-19Include sys/time.h for cycleclock.h when building on MinGW (#680)Martin Storsjö
2018-09-18[benchmark] Lowercase windows specific includes (#679)Martin Storsjö
2018-09-13Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#...Roman Lebedev
2018-09-13Track two more details about runs - the aggregate name, and run name. (#675)Roman Lebedev
2018-09-12*Display* aggregates only. (#665)Roman Lebedev
2018-09-05GetCacheSizesMacOSX(): use consistent types. (#667)Roman Lebedev
2018-09-03add missing closing bracket in --help message (#666)pseyfert
2018-08-29Counter(): add 'one thousand' param. (#657)Roman Lebedev
2018-08-29[NFC] s/console_reporter/display_reporter/ (#663)Roman Lebedev
2018-08-28Track 'type' of the run - is it an actual measurement, or an aggregate. (#658)Roman Lebedev
2018-08-28[NFC] Prefix "report(_)?mode" with Aggregation. (#656)Roman Lebedev
2018-08-16properly escape json names (#652)BaaMeow
2018-08-08Remove redundant default which causes failures (#649)Kirill Bobyrev
2018-07-24Memory management and reporting hooks (#625)Dominic Hamon
2018-07-09Include system load average in console and JSON reportsOri Livneh
2018-07-09Fix build with Intel compiler (#631)Federico Ficarelli
2018-07-03Disable Intel invalid offsetof warning (#629)Federico Ficarelli
2018-06-27Add Iteration-related Counter::Flags. Fixes #618 (#621)Roman Lebedev
2018-06-06Avoid using CMake 3.6 feature list(FILTER ...) (#612)Marat Dukhan
2018-06-05cmake: use numeric version in package config (#611)Sergiu Deitsch
2018-06-05Fix compilation on Android with GNU STL (#596)Marat Dukhan
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-05-30Some platforms and environments don't pass a valid argc/argv. (#607)Dominic Hamon
2018-05-25Add benchmark_main target. (#601)Alex Strelnikov
2018-05-09Remove unnecessary memset functions. (#591)Nan Xiao
2018-05-03Use __EMSCRIPTEN__ (rather then EMSCRIPTEN) to check for emscripten (#583)Sam Clegg
2018-05-02Porting into OpenBSD (#582)Nan Xiao
2018-04-26Issue 571: Allow support for negative regex filtering (#576)Tim Bradgate
2018-04-23Fix precision loss warning in MSVC. (#574)Victor Costan