benchmark/src
Roman Lebedev 1b44120cd1
Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676)
As discussed with @dominichamon and @dbabokin, sugar is nice.
Well, maybe not for the health, but it's sweet.
Alright, enough puns.

A special care needs to be applied not to break csv reporter. UGH.
We end up shedding some code over this.
We no longer specially pretty-print them, they are printed just like the rest of custom counters.

Fixes #627.
2018-09-13 22:03:47 +03:00
..
arraysize.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
benchmark_api_internal.h [NFC] Prefix "report(_)?mode" with Aggregation. (#656) 2018-08-28 17:19:25 +03:00
benchmark_main.cc Add benchmark_main target. (#601) 2018-05-25 11:18:58 +01:00
benchmark_register.cc *Display* aggregates only. (#665) 2018-09-12 16:26:17 +03:00
benchmark_register.h Allow AddRange to work with int64_t. (#548) 2018-04-03 23:12:47 +01:00
benchmark.cc Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) 2018-09-13 22:03:47 +03:00
check.h (clang-)format all the things (#610) 2018-06-01 11:14:19 +01:00
CMakeLists.txt Avoid using CMake 3.6 feature list(FILTER ...) (#612) 2018-06-06 12:32:42 +01:00
colorprint.cc fix android compilation (#372) 2017-04-18 09:48:07 -06:00
colorprint.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
commandlineflags.cc (clang-)format all the things (#610) 2018-06-01 11:14:19 +01:00
commandlineflags.h Auto-detect whether Benchmark should produce colorized output (#126) 2016-09-15 15:10:35 -06:00
complexity.cc Track two more details about runs - the aggregate name, and run name. (#675) 2018-09-13 15:08:15 +03:00
complexity.h Drop Stat1, refactor statistics to be user-providable, add median. (#428) 2017-08-23 16:44:29 -07:00
console_reporter.cc Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) 2018-09-13 22:03:47 +03:00
counter.cc Add Iteration-related Counter::Flags. Fixes #618 (#621) 2018-06-27 15:45:30 +01:00
counter.h Add Iteration-related Counter::Flags. Fixes #618 (#621) 2018-06-27 15:45:30 +01:00
csv_reporter.cc Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) 2018-09-13 22:03:47 +03:00
cycleclock.h (clang-)format all the things (#610) 2018-06-01 11:14:19 +01:00
internal_macros.h Remove redundant default which causes failures (#649) 2018-08-08 14:39:57 +01:00
json_reporter.cc Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) 2018-09-13 22:03:47 +03:00
log.h (clang-)format all the things (#610) 2018-06-01 11:14:19 +01:00
mutex.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
re.h (clang-)format all the things (#610) 2018-06-01 11:14:19 +01:00
reporter.cc Track two more details about runs - the aggregate name, and run name. (#675) 2018-09-13 15:08:15 +03:00
sleep.cc Replace int64_t usages with 'int' instead. (#359) 2017-03-27 18:32:12 -06:00
sleep.h Replace int64_t usages with 'int' instead. (#359) 2017-03-27 18:32:12 -06:00
statistics.cc Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) 2018-09-13 22:03:47 +03:00
statistics.h Drop Stat1, refactor statistics to be user-providable, add median. (#428) 2017-08-23 16:44:29 -07:00
string_util.cc Fix compilation on Android with GNU STL (#596) 2018-06-05 11:36:26 +01:00
string_util.h Fix compilation on Android with GNU STL (#596) 2018-06-05 11:36:26 +01:00
sysinfo.cc GetCacheSizesMacOSX(): use consistent types. (#667) 2018-09-05 12:20:18 +01:00
thread_manager.h Un-deprecate [SG]et{Item,Byte}sProcessed, re-implement as custom counters. (#676) 2018-09-13 22:03:47 +03:00
thread_timer.h Move thread classes out to clean up monolithic code (#554) 2018-03-16 10:14:38 +00:00
timers.cc Remove unnecessary memset functions. (#591) 2018-05-09 10:31:24 +01:00
timers.h Make PauseTiming() and ResumeTiming() per thread. (#286) 2016-09-02 21:34:34 -06:00