1 file changed
+1
-1
lines changedSubmodule google-benchmark updated 30 files
- .github/workflows/build-and-test-min-cmake.yml+1-1
- .github/workflows/build-and-test-perfcounters.yml+1-1
- .github/workflows/build-and-test.yml+3-3
- .github/workflows/clang-format-lint.yml+1-1
- .github/workflows/clang-tidy.yml+1-1
- .github/workflows/doxygen.yml+1-1
- .github/workflows/sanitizer.yml+1-1
- .github/workflows/wheels.yml+1-1
- .pre-commit-config.yaml+2-2
- .travis.yml-208
- BUILD.bazel+3-3
- CMakeLists.txt+3-7
- CONTRIBUTORS+1
- MODULE.bazel+1-1
- README.md+4-6
- cmake/Config.cmake.in+4
- cmake/benchmark.pc.in+1-1
- docs/user_guide.md+25-5
- include/benchmark/benchmark.h+20
- src/CMakeLists.txt+2-1
- src/benchmark.cc+4
- src/benchmark_runner.cc+43-16
- src/benchmark_runner.h+5
- src/cycleclock.h+3-2
- src/perf_counters.cc+2-1
- src/sysinfo.cc+4-4
- src/timers.cc+10-2
- src/timers.h+28-1
- test/CMakeLists.txt+3
- test/profiler_manager_test.cc+43
0 commit comments