aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2019-04-09Add process_time for better OpenMP and user-managed thread timingBryan Lunt
2019-02-04README.md: mention that fixture has SetUp() / TearDown()Roman Lebedev
2018-12-14README.md: document State::{Pause,Resume}Timing()Roman Lebedev
2018-11-29README.md: complexity lambda takes int64_t arg. Fixes #719Roman Lebedev
2018-11-26README.md: BM_Sequential(): the return type is 'void'Roman Lebedev
2018-09-12*Display* aggregates only. (#665)Roman Lebedev
2018-08-29Counter(): add 'one thousand' param. (#657)Roman Lebedev
2018-08-13[Tools] Drop compare_bench.py, compare.py is to be used, add U-test docs. (#645)Roman Lebedev
2018-07-26README improvements (#648)Dominic Hamon
2018-06-28fixed Google Test (Primer) Documentation link (#628)Yoshinari Takaoka
2018-05-29Update README.mdDominic Hamon
2018-05-25Add benchmark_main target. (#601)Alex Strelnikov
2018-05-24Corrections, additions to initial doc (#600)mattreecebentley
2018-05-02Update bazel WORKSPACE and BUILD files to work better on Windows. (#581)Alex Strelnikov
2018-03-23Add tests to verify assembler output -- Fix DoNotOptimize. (#530)Eric
2018-03-02Add Solaris support (#539)alekseyshl
2018-02-21Update note about linking with pthreads (#536)Jonathan Wakely
2018-02-21Fix typo in README.md (#535)Jonathan Wakely
2018-01-04Updated documentation. (#503)Winston Du
2017-12-14Update README.mdDominic Hamon
2017-12-13Add support for GTest based unit tests. (#485)Eric
2017-12-13Document new 'v2' branch meant for unstable development.Eric Fiselier
2017-11-29CMake: implement LTO for clang. Fixes #478 (#487)Roman Lebedev
2017-11-29Added the installation guide for Ubuntu (#489)Kishan Kumar
2017-11-13Add doc specifying the scope of the timing calculationDominic Hamon
2017-11-02Mention how to disable CPU frequency scaling while running the benchmark. (#466)Stefan Sauer
2017-10-31 Improve BM_SetInsert example (#465)Leo Koppel
2017-10-17Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)Eric
2017-10-16Correct typo in sample code for range-based for loop. (#458)Fred Tingaud
2017-10-10Add C++11 Ranged For loop alternative to KeepRunning (#454)Eric
2017-10-09Add macros for create benchmark with templated fixture (#451)Anton Lashkov
2017-09-14Fix #444 - Use BENCHMARK_HAS_CXX11 over __cplusplus. (#446)Eric
2017-09-14Improve README's basic usage example (#433)Disconnect3d
2017-09-13Fix Markdown typos in readme. (#445)Andre Schroeder
2017-08-23Drop Stat1, refactor statistics to be user-providable, add median. (#428)Roman Lebedev
2017-05-02Merge remote-tracking branch 'upstream/master' into compactJoao Paulo Magalhaes
2017-04-01User counters: document tabular output in README.mdJoao Paulo Magalhaes
2017-03-27Fix ICC compiler warnings (#358)rolandschulz
2017-03-10Implement ClobberMemory() and fix DoNotOptimize on MSVC. (#352)Eric
2017-03-01Add user-defined counters. (#262)jpmag
2016-12-02Add compare_bench.py documentation. Fixes #309 (#318)Eric
2016-09-23s/resolved/unresolved/Dominic Hamon
2016-09-05Document --benchmark_filter. Thanks to NAThompson for the original patchEric Fiselier
2016-09-03Fix wording because an idiot came up with it.Eric Fiselier
2016-08-30Fix #202 - Document Windows dependency on shlwapi.libEric Fiselier
2016-08-10Add --benchmark_report_aggregates_only={true|false} flag for better summary o...Eric
2016-08-09Document compiler requirements (#269)Eric
2016-08-07Whitespace change to trigger appveyor.Eric Fiselier
2016-08-04Support multiple ranges in the benchmark (#257)Marcin Kolny
2016-08-02Add `RegisterBenchmark(name, func, args...)` for creating/registering benchm...Eric