aboutsummaryrefslogtreecommitdiff
path: root/src/json_reporter.cc
AgeCommit message (Expand)Author
2024-02-12fix typo in GetBenchmarkVersion() (#1755)Matthias Liedtke
2024-01-29Output library / schema versions in JSON context block (#1742)Roman Lebedev
2023-03-14Convert uses of `const char*` to `std::string` (#1567)dominic
2023-03-08[FR] state.SkipWithMessage #963 (#1564)Mike Apodaca
2022-08-03Fixed build issues on window (#1449)Vy Nguyen
2022-06-20Revert "Add possibility to ask for libbenchmark version number (#1004) (#1403...Dominic Hamon
2022-06-20Add possibility to ask for libbenchmark version number (#1004) (#1403)Matthias Donaubauer
2022-05-01Enable -Wconversion (#1390)Dominic Hamon
2021-11-10clang-format Google on {src/,include/} (#1280)Dominic Hamon
2021-10-18Introduce additional memory metrics (#1238)Vy Nguyen
2021-09-03Statistics: add support for percentage unit in addition to time (#1219)Roman Lebedev
2021-06-18Add missing trailing commas (#1182)Dominic Hamon
2021-06-02Introduce per-family instance index (#1165)Roman Lebedev
2021-06-02Introduce "family index" field into JSON output (#1164)Roman Lebedev
2021-05-05Add API to benchmark allowing for custom context to be added (#1137)Dominic Hamon
2020-07-28JSONReporter: don't report on scaling if we didn't get it (#1005) (#1008)Alexander Enaldiev
2019-11-23JSONReporter: RoundDouble(): use std::lround() to round double to intRoman Lebedev
2019-10-24Remove superfluous cache line scaling in JSON reporter. (#896)AndrĂ¡s Leitereg
2019-05-13Iteration counts should be `uint64_t` globally. (#817)Roman Lebedev
2019-04-19escape special chars in csv and json output. (#802)Michael Tesch
2019-03-26[JSON] add threads and repetitions to the json output (#748)BaaMeow
2019-03-19Replace JSON inf and nan with JS compliant Infinity and NaNMichael Tesch
2019-03-17BENCHMARK_CAPTURE() and Complexity() - naming problem (#761)Daniel Harvey
2018-12-11#722 Adding Host Name in Reporting (#733)Jatin Chaudhary
2018-11-13Merge branch 'report_loadavg' of https://github.com/atdt/benchmark into atdt-...Dominic Hamon
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-28Track 'type' of the run - is it an actual measurement, or an aggregate. (#658)Roman Lebedev
2018-08-16properly escape json names (#652)BaaMeow
2018-07-24Memory management and reporting hooks (#625)Dominic Hamon
2018-07-09Include system load average in console and JSON reportsOri Livneh
2018-06-01(clang-)format all the things (#610)BaaMeow
2018-03-07Make string_util naming more consistent (#547)Wink Saville
2018-02-21Print the executable name as part of the context. (#534)Eric
2017-11-26Improve CPU Cache info reporting -- Add Windows support. (#486)Eric
2017-11-22Refactor System information collection -- Add CPU Cache Info (#483)Eric
2017-07-24Json reporter: don't cast floating-point to int; adjust tooling (#426)Roman Lebedev
2017-07-04Make Benchmark a single header library (but not header-only) (#407)Eric
2017-03-01Add user-defined counters. (#262)jpmag
2016-10-07Fix #300. Emit RMS as a float not a percentage in JSONEric Fiselier
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-02checked format before pull requestIsmael
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 another bad mergeEric Fiselier
2016-05-24Fix error-handling in reportersEric Fiselier
2016-05-24mergeEric Fiselier