benchmark/src
2018-05-30 13:17:41 +01:00
..
arraysize.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
benchmark_api_internal.h Allow AddRange to work with int64_t. (#548) 2018-04-03 23:12:47 +01:00
benchmark_main.cc Add benchmark_main target. (#601) 2018-05-25 11:18:58 +01:00
benchmark_register.cc Issue 571: Allow support for negative regex filtering (#576) 2018-04-26 10:56:06 +01:00
benchmark_register.h Allow AddRange to work with int64_t. (#548) 2018-04-03 23:12:47 +01:00
benchmark.cc Some platforms and environments don't pass a valid argc/argv. (#607) 2018-05-30 13:17:41 +01:00
check.h CHECK(): rename EPS to FLOAT for consistency with googletest style. 2017-05-01 23:01:10 +01:00
CMakeLists.txt Add benchmark_main target. (#601) 2018-05-25 11:18:58 +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 Google-style cleanups (#416) 2017-07-13 18:33:43 +02:00
commandlineflags.h Auto-detect whether Benchmark should produce colorized output (#126) 2016-09-15 15:10:35 -06:00
complexity.cc Fix precision loss warning in MSVC. (#574) 2018-04-23 11:58:02 +01: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 Console reporter: properly account for the lenght of custom counter names (#484) 2017-11-27 09:01:01 -08:00
counter.cc Merge remote-tracking branch 'upstream/master' into compact 2017-05-02 18:54:37 +01:00
counter.h Make Benchmark a single header library (but not header-only) (#407) 2017-07-04 16:31:47 -06:00
csv_reporter.cc more clang tidy cleanups (#417) 2017-07-15 00:21:20 +02:00
cycleclock.h Use STCK to get the CPU clock on s390x (#540) 2018-03-02 03:22:03 -08:00
internal_macros.h Use __EMSCRIPTEN__ (rather then EMSCRIPTEN) to check for emscripten (#583) 2018-05-03 09:34:26 +01:00
json_reporter.cc Make string_util naming more consistent (#547) 2018-03-07 11:20:06 +00:00
log.h Make Benchmark a single header library (but not header-only) (#407) 2017-07-04 16:31:47 -06:00
mutex.h Apply clang-format to all headers and source (#303) 2016-10-07 11:35:03 -07:00
re.h Rely on compiler intrinsics to identify regex engine. (#555) 2018-03-23 11:45:15 +00:00
reporter.cc Print the executable name as part of the context. (#534) 2018-02-21 08:43:57 -08: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 Optimize by using nth_element instead of partial_sort to find the median. (#565) 2018-04-09 13:40:58 +01: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 Make string_util naming more consistent (#547) 2018-03-07 11:20:06 +00:00
string_util.h Make string_util naming more consistent (#547) 2018-03-07 11:20:06 +00:00
sysinfo.cc Porting into OpenBSD (#582) 2018-05-02 11:26:43 +01:00
thread_manager.h Report the actual iterations run. (#572) 2018-04-19 18:40:08 +01: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