aboutsummaryrefslogtreecommitdiff
path: root/src/csv_reporter.cc
AgeCommit message (Expand)Author
2016-10-07Apply clang-format to all headers and source (#303)Dominic Hamon
2016-09-02Make `PauseTiming()` and `ResumeTiming()` per thread. (#286)Eric
2016-06-02google formatedIsmael
2016-06-01added lambdas to complexity reportIsmael
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-24Fix csv_reporter when reporting errorsEric Fiselier
2016-05-24Fix error-handling in reportersEric Fiselier
2016-05-24Formatting updatesDominic Hamon
2016-05-23changed color and remove iterationsIsmael
2016-05-23refactor MinimalLEastSqIsmael
2016-05-23fixed non-const reference argumentsIsmael
2016-05-18implemented Complexity for O(1)Ismael
2016-03-30Fix missing <tuple> header in csv/json_reporterKai Wolf
2016-03-29Add GetTimeAndMultiplier to json and csv reporter as wellKai Wolf
2016-02-10Fix ARM /proc/cpuinfo parsing.Elliott Hughes
2015-04-01Add missing paranthesis and documentationDominic Hamon
2015-03-31Clarify build type warningDominic Hamon
2015-03-30Deal with names with embedded quotesDominic Hamon
2015-03-27Add double-quotes where necessaryDominic Hamon
2015-03-27Introduce CSV reporterDominic Hamon