Upgrade Google Benchmark library to ToT
authorEric Fiselier <eric@efcs.ca>
Thu, 15 Nov 2018 19:22:53 +0000 (19:22 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 15 Nov 2018 19:22:53 +0000 (19:22 +0000)
commit782a15a0d1412d42326016f8a9ce72c7c5d9693c
tree5114409722bbd05dacbbe47499eedd2462251537
parentb144c7a6fbb86d6790e2ce4e3f0772ea3c15ca45
Upgrade Google Benchmark library to ToT

llvm-svn: 346984
57 files changed:
libcxx/utils/google-benchmark/.clang-format [new file with mode: 0644]
libcxx/utils/google-benchmark/.gitignore
libcxx/utils/google-benchmark/.travis-libcxx-setup.sh [new file with mode: 0644]
libcxx/utils/google-benchmark/.travis.yml [new file with mode: 0644]
libcxx/utils/google-benchmark/.ycm_extra_conf.py [new file with mode: 0644]
libcxx/utils/google-benchmark/AUTHORS
libcxx/utils/google-benchmark/BUILD.bazel [new file with mode: 0644]
libcxx/utils/google-benchmark/CMakeLists.txt
libcxx/utils/google-benchmark/CONTRIBUTORS
libcxx/utils/google-benchmark/README.md
libcxx/utils/google-benchmark/WORKSPACE [new file with mode: 0644]
libcxx/utils/google-benchmark/appveyor.yml [new file with mode: 0644]
libcxx/utils/google-benchmark/cmake/CXXFeatureCheck.cmake
libcxx/utils/google-benchmark/cmake/GetGitVersion.cmake
libcxx/utils/google-benchmark/cmake/HandleGTest.cmake
libcxx/utils/google-benchmark/docs/tools.md
libcxx/utils/google-benchmark/include/benchmark/benchmark.h
libcxx/utils/google-benchmark/mingw.py [new file with mode: 0644]
libcxx/utils/google-benchmark/src/benchmark.cc
libcxx/utils/google-benchmark/src/benchmark_api_internal.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/src/benchmark_api_internal.h
libcxx/utils/google-benchmark/src/benchmark_register.cc
libcxx/utils/google-benchmark/src/benchmark_runner.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/src/benchmark_runner.h [new file with mode: 0644]
libcxx/utils/google-benchmark/src/colorprint.cc
libcxx/utils/google-benchmark/src/complexity.cc
libcxx/utils/google-benchmark/src/console_reporter.cc
libcxx/utils/google-benchmark/src/csv_reporter.cc
libcxx/utils/google-benchmark/src/cycleclock.h
libcxx/utils/google-benchmark/src/internal_macros.h
libcxx/utils/google-benchmark/src/json_reporter.cc
libcxx/utils/google-benchmark/src/reporter.cc
libcxx/utils/google-benchmark/src/sleep.cc
libcxx/utils/google-benchmark/src/statistics.cc
libcxx/utils/google-benchmark/src/sysinfo.cc
libcxx/utils/google-benchmark/src/thread_manager.h
libcxx/utils/google-benchmark/src/timers.cc
libcxx/utils/google-benchmark/test/AssemblyTests.cmake [new file with mode: 0644]
libcxx/utils/google-benchmark/test/BUILD [new file with mode: 0644]
libcxx/utils/google-benchmark/test/CMakeLists.txt
libcxx/utils/google-benchmark/test/complexity_test.cc
libcxx/utils/google-benchmark/test/display_aggregates_only_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/memory_manager_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/output_test.h
libcxx/utils/google-benchmark/test/output_test_helper.cc
libcxx/utils/google-benchmark/test/register_benchmark_test.cc
libcxx/utils/google-benchmark/test/report_aggregates_only_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/test/reporter_output_test.cc
libcxx/utils/google-benchmark/test/skip_with_error_test.cc
libcxx/utils/google-benchmark/test/user_counters_tabular_test.cc
libcxx/utils/google-benchmark/test/user_counters_test.cc
libcxx/utils/google-benchmark/test/user_counters_thousands_test.cc [new file with mode: 0644]
libcxx/utils/google-benchmark/tools/compare.py
libcxx/utils/google-benchmark/tools/compare_bench.py [deleted file]
libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run0.json
libcxx/utils/google-benchmark/tools/gbench/Inputs/test3_run1.json
libcxx/utils/google-benchmark/tools/gbench/report.py