aboutsummaryrefslogtreecommitdiff
path: root/src/console_reporter.cc
AgeCommit message (Expand)Author
2017-11-27Console reporter: properly account for the lenght of custom counter names (#484)Roman Lebedev
2017-08-21Allow the definition of 1k to be flexible. (#438)Dominic Hamon
2017-07-04Make Benchmark a single header library (but not header-only) (#407)Eric
2017-05-02Fix dropped-style elses.Joao Paulo Magalhaes
2017-05-02Console reporter: add /s prefix to counter rates.Joao Paulo Magalhaes
2017-05-02Fix: --benchmark_counters_tabular was not being passed to tests.Joao Paulo Magalhaes
2017-05-02Merge remote-tracking branch 'upstream/master' into compactJoao Paulo Magalhaes
2017-05-02Fix indentation.Joao Paulo Magalhaes
2017-04-29Simplify printing of counters in console reporter.Joao Paulo Magalhaes
2017-04-29Console reporting of user counters: print rates like non-rates.Joao Paulo Magalhaes
2017-04-29Merge branch 'master' of https://github.com/vladoovtcharov/benchmark into tes...Joao Paulo Magalhaes
2017-04-27User counters: fix misplaced newline in console reporter header.Joao Paulo Magalhaes
2017-04-27Fixes #378 coercion to double was causing counter to forget its flags, change...vladoovt
2017-03-02Tabular counters: fix missing cast on MSVC.Joao Paulo Magalhaes
2017-03-02Tabular counters: fix dangling reference to color_output_.Joao Paulo Magalhaes
2017-03-02Add command line option --benchmark_counters_tabularJoao Paulo Magalhaes
2017-03-01Add user-defined counters. (#262)jpmag
2016-10-07Apply clang-format to all headers and source (#303)Dominic Hamon
2016-09-02Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric
2016-08-02Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.Eric Fiselier
2016-06-02google formatedIsmael
2016-06-01added lambdas to complexity reportIsmael
2016-05-30Fix missing declaration of FLAGS_color_printEric Fiselier
2016-05-30Fix windows build in console_reporter.cc. Fixes #228Eric Fiselier
2016-05-27Cleanup reporters (#226)Eric
2016-05-27Change reporters to use a specified output and error stream. Add tests for ou...Eric
2016-05-26Merge branch 'update_complexity' of git://github.com/ismaelJimenez/benchmark ...Dominic Hamon
2016-05-26moved complexity.h into src and BigO enum into benchmark_apiIsmael
2016-05-26added includesIsmael
2016-05-25refactor leastsq into complexityIsmael
2016-05-24Fix bad merge which caused the benchmark name to be printed twiceEric Fiselier
2016-05-24mergeEric Fiselier
2016-05-24Formatting updatesDominic Hamon
2016-05-24simplify format string for complexity outputDominic Hamon
2016-05-23Add SkipWithError(...) function.Eric Fiselier
2016-05-23changed color and remove iterationsIsmael
2016-05-23fixed non-const reference argumentsIsmael
2016-05-21implemented complexity reportingIsmael
2016-05-18implemented Complexity for O(1)Ismael
2016-05-02Only output optional fields if they're setDominic Hamon
2016-03-28Refactor GetTimeUnitAndMultiplier and add exampleKai Wolf
2016-03-26Add an additional parameter for time unitsKai Wolf
2016-03-24Add optional ms time unit for console reporterKai Wolf
2016-02-10Fix ARM /proc/cpuinfo parsing.Elliott Hughes
2015-11-06Fixes #159: Add inclusion of cstdio to files using stdout, vprintf, printf an...ryobg
2015-04-01Add missing paranthesis and documentationDominic Hamon
2015-03-31Clarify build type warningDominic Hamon
2015-03-27Introduce CSV reporterDominic Hamon