History log of /external/google-benchmark/src/colorprint.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
332f677b8bec401641a2743ab5d741c13cc6811d 07-Oct-2016 Dominic Hamon <dominichamon@users.noreply.github.com> Apply clang-format to all headers and source (#303)
/external/google-benchmark/src/colorprint.h
917b86e615f659d9fb9819d1fa765cd459fc6861 15-Sep-2016 Nicholas Hutchinson <nshutchinson@gmail.com> Auto-detect whether Benchmark should produce colorized output (#126)

* Auto-detect whether to produce colorized output

Rename --color_print to --benchmark_color for consistency with the other
flags (and Google Test). Old flag name is kept around for compatibility.

The --benchmark_color/--color_print flag takes a third option, "auto",
which is the new default. In this mode, we attempt to auto-detect
whether to produce colorized output. (The logic for deciding whether to
use colorized output was lifted from GTest:
<https://github.com/google/googletest/blob/master/googletest/src/gtest.cc#L2925>.)

* Update CONTRIBUTORS, AUTHORS
/external/google-benchmark/src/colorprint.h
44128d87d2846fc20d540ef41eda6da9ffbb6aba 02-Aug-2016 Eric Fiselier <eric@efcs.ca> Add --benchmark_out=<filename> and --benchmark_out_format=<format> options.

These options allow you to write the output of a benchmark to the specified
file and with the specified format. The goal of this change is to help support
tooling.
/external/google-benchmark/src/colorprint.h
5686bf1b38f8aa713267097d7c1944140f71b5d3 27-May-2016 Eric <eric@efcs.ca> Change reporters to use a specified output and error stream. Add tests for output. (#219)

* Add test for reporter output.

* setup err_stream tests

* Fix warnings in tests

* whitespace

* Fix build errors caused by super pedantic compilers

* Pass streams by pointer not non-const reference
/external/google-benchmark/src/colorprint.h
e390e4ebc3c728e69d335a33c0cb00547dcd0dde 20-Dec-2013 Dominic Hamon <dominic+github@google.com> Adding benchmark namespace and removing broken flags
/external/google-benchmark/src/colorprint.h
403f35442375f2ee858981b79421ca321645df08 19-Dec-2013 Dominic Hamon <dominic+github@google.com> Initial commit

Benchmark library builds and runs but only single-threaded. Multithreaded
support needs a bit more love.

Currently requires some C++11 support (g++ 4.6.3 seems to work).
/external/google-benchmark/src/colorprint.h