aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
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
2016-08-02Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.Eric Fiselier
2016-07-11Provide a better implementation of DoNotOptimize(...).Eric Fiselier
2016-06-27Add state.SetComplexityN to docs. (#245)Nick
2016-06-20Clarified output formats (#241)Ryan
2016-06-02changed BigOFunc argument from size_t to intIsmael
2016-06-02Update Readme.mdIsmael
2016-05-27Allow benchmarks to take arbitrary arguments. (#221)Eric
2016-05-26Merge branch 'update_complexity' of git://github.com/ismaelJimenez/benchmark ...Dominic Hamon
2016-05-25Update Readme.mdIsmael
2016-05-25Merge branch 'skip_with_error' of git://github.com/efcs/benchmark into efcs-s...Dominic Hamon
2016-05-24Add a per benchmark 'Repetitions' option.Eric Fiselier
2016-05-24Reflow some wording. NFCEric Fiselier
2016-05-24mergeEric Fiselier
2016-05-24Formatting updatesDominic Hamon
2016-05-23add docEric Fiselier
2016-05-23refactor MinimalLEastSqIsmael
2016-05-21Update ReadmeIsmael
2016-05-21Added asymptotic complexity to ReadmeIsmael
2016-05-21Added range multiplier to ReadmeIsmael
2016-05-05Manual timing support.Jussi Knuuttila
2016-04-29Merge branch 'master' into feature/add-ms-time-reportKai Wolf
2016-04-19Add section on iterations.Dominic Hamon
2016-03-28Refactor GetTimeUnitAndMultiplier and add exampleKai Wolf
2016-02-16Update README.mdArkady Shapkin
2016-02-14Add section on optimisations to READMEDominic Hamon
2015-12-30Update README to mention UseRealTime for wallclock time measurements.Eli Bendersky
2015-11-30Fixes #165: CustomArguments ret type in READMEDominik Czarnota
2015-11-05Fixes #161Dominic Hamon
2015-10-13Added IRC channel to README.mdDominic Hamon
2015-09-17Fix doc sample typos in header and READMEEli Bendersky
2015-05-12Update README.mdDominic Hamon
2015-05-11Update README.mdDominic Hamon
2015-04-06address review commentsEric Fiselier
2015-04-02Fix typos: rangeY -> range_y()David Reynolds
2015-04-01Add missing paranthesis and documentationDominic Hamon