aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-13Enable benchmarks on darwinandroid-wear-8.0.0_r2android-o-mr1-iot-release-smart-display-r9android-o-mr1-iot-release-smart-display-r8android-o-mr1-iot-release-smart-display-r5android-o-mr1-iot-release-smart-display-r40.1Jandroid-o-mr1-iot-release-smart-display-r4android-o-mr1-iot-release-smart-display-r39android-o-mr1-iot-release-smart-display-r30android-o-mr1-iot-release-smart-display-r22android-o-mr1-iot-release-smart-display-r14android-o-mr1-iot-release-smart-clock-r6android-o-mr1-iot-release-smart-clock-r2android-o-mr1-iot-release-smart-clock-fsiandroid-o-mr1-iot-release-smart-clock-fcsandroid-o-mr1-iot-release-cube_r2android-o-mr1-iot-release-cube-fsiandroid-o-mr1-iot-release-cube-fcsandroid-o-mr1-iot-release-1.0.8android-o-mr1-iot-release-1.0.7android-n-iot-release-ihome-igv1nougat-iot-releaseColin Cross
2018-10-30Merge remote-tracking branch 'aosp/upstream-master' into HEADElliott Hughes
2018-10-24Merge pie-platform-release to aosp-master - DO NOT MERGEBill Yi
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-13Fix SOURCE_DIR in HandleGTest.cmake (#705)Olzhas Kaiyrakhmet
2018-10-13Revert "Fix SOURCE_DIR in HandleGTest.cmake (#703)" (#704)Eric
2018-10-13Fix SOURCE_DIR in HandleGTest.cmake (#703)Olzhas Kaiyrakhmet
2018-10-08benchmark_color: fix auto option (#559) (#699)Ilya A. Kriveshko
2018-10-05Fix Clang Detection (#697)Gregorio Litenstein
2018-10-01[NFC] Refactor RunBenchmark() (#690)Roman Lebedev
2018-10-01Fix possible loss of data warnings in MSVC. (#694)Victor Costan
2018-09-28Make State constructor private. (#650)Dominic Hamon
2018-09-26appveyor ci: drop Visual Studio 12 2013 - unsupported by Google Test master b...Roman Lebedev
2018-09-19[Tooling] Rewrite generate_difference_report(). (#678)Roman Lebedev
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-17[Tooling] 'display aggregates only' support. (#674)Roman Lebedev
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-10Backport LLVM's r341717 "Fix flags used to compile benchmark library with cla...Roman Lebedev
2018-09-05GetCacheSizesMacOSX(): use consistent types. (#667)Roman Lebedev
2018-09-05Travis-ci: attempt to add 32-bit osx xcode build (#669)Roman Lebedev
2018-09-04Pass name by const-reference instead of by value in class Statistics' constru...Changming Sun
2018-09-03add missing closing bracket in --help message (#666)pseyfert
2018-08-30Mark Set{Items,Bytes}Processed()/{items,bytes}_processed() as deprecated. (#654)Roman Lebedev
2018-08-29Counter(): add 'one thousand' param. (#657)Roman Lebedev
2018-08-29[NFC] s/console_reporter/display_reporter/ (#663)Roman Lebedev
2018-08-29Ignore 32 bit build option when using MSVC (#638)Michael "Croydon" Keck
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-28Make tests pass on 1-core VMs (#653)Bernhard M. Wiedemann
2018-08-16properly escape json names (#652)BaaMeow
2018-08-13[Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (#645)Roman Lebedev
2018-08-08Remove redundant default which causes failures (#649)Kirill Bobyrev
2018-07-26README improvements (#648)Dominic Hamon
2018-07-24Memory management and reporting hooks (#625)Dominic Hamon
2018-07-23Add note to tools.md regarding scipy.Dominic Hamon
2018-07-09Merge remote-tracking branch 'aosp/upstream-master' into google-benchmark am:...Haibo Huang
2018-07-09Merge remote-tracking branch 'aosp/upstream-master' into google-benchmarkandroid-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5android-o-mr1-iot-release-1.0.4android-o-mr1-iot-release-1.0.3oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseHaibo Huang
2018-07-09Update AUTHORS and CONTRIBUTORS (#632)Federico Ficarelli
2018-07-09Fix build with Intel compiler (#631)Federico Ficarelli
2018-07-06Merge remote-tracking branch 'aosp/upstream-master' into google-benchmarkandroid-p-preview-5android-o-mr1-iot-release-1.0.2android-n-iot-release-smart-display-r2Haibo Huang
2018-07-03Disable Intel invalid offsetof warning (#629)Federico Ficarelli
2018-06-28fixed Google Test (Primer) Documentation link (#628)Yoshinari Takaoka
2018-06-27Add Iteration-related Counter::Flags. Fixes #618 (#621)Roman Lebedev
2018-06-27Use EXPECT_DOUBLE_EQ when comparing doubles in tests. (#624)Dominic Hamon