aboutsummaryrefslogtreecommitdiff
path: root/src/console_reporter.cc
AgeCommit message (Expand)Author
2024-01-05Issue1731 created console does not receive output (#1732)Benny Tordrup
2023-03-08[FR] state.SkipWithMessage #963 (#1564)Mike Apodaca
2023-01-10Fix typos found by codespell (#1519)SunBlack
2022-08-03Fixed build issues on window (#1449)Vy Nguyen
2022-05-27Report large numbers in scientific notation in console reporter (#1303) (#1402)Matthdonau
2021-11-10clang-format Google on {src/,include/} (#1280)Dominic Hamon
2021-11-04Fix error with Fix Werror=old-style-cast (#1272)Bensuperpc
2021-09-06COnsole reporter: if statistic produces percents, format it as such (#1221)Roman Lebedev
2021-09-03Statistics: add support for percentage unit in addition to time (#1219)Roman Lebedev
2019-08-12Custom user counters: add invert modifier. (#850)Roman Lebedev
2019-01-13Fix header lines length (#752)Andriy Berestovskyy
2018-12-13Print at least three significant digits for times. (#701)Eric
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-08-29Counter(): add 'one thousand' param. (#657)Roman Lebedev
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