Searched full:benchmark_main (Results 1 – 25 of 46) sorted by relevance
12
| /third_party/benchmark/src/ |
| D | CMakeLists.txt | 15 file(GLOB BENCHMARK_MAIN "benchmark_main.cc") 16 foreach(item ${BENCHMARK_MAIN}) 67 add_library(benchmark_main "benchmark_main.cc") target 68 add_library(benchmark::benchmark_main ALIAS benchmark_main) 69 set_target_properties(benchmark_main PROPERTIES 70 OUTPUT_NAME "benchmark_main" 75 target_link_libraries(benchmark_main PUBLIC benchmark::benchmark) 82 set(targets_to_export benchmark benchmark_main)
|
| D | benchmark_main.cc | 18 BENCHMARK_MAIN();
|
| /third_party/benchmark/ |
| D | README.md | 26 BENCHMARK_MAIN(); 87 This builds the `benchmark` and `benchmark_main` libraries and tests. 185 BENCHMARK_MAIN(); 199 Alternatively, link against the `benchmark_main` library and remove 200 `BENCHMARK_MAIN();` above to get the same behavior. 208 `benchmark::benchmark` and `benchmark::benchmark_main` targets using
|
| D | BUILD.bazel | 42 exclude = ["src/benchmark_main.cc"], 75 name = "benchmark_main", 76 srcs = ["src/benchmark_main.cc"],
|
| D | BUILD.gn | 55 ohos_static_library("benchmark_main") { 58 sources = [ "src/benchmark_main.cc" ]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | BUILD.bazel | 150 "@com_github_google_benchmark//:benchmark_main", 175 "@com_github_google_benchmark//:benchmark_main", 191 "@com_github_google_benchmark//:benchmark_main", 249 "@com_github_google_benchmark//:benchmark_main", 795 "@com_github_google_benchmark//:benchmark_main", 836 "@com_github_google_benchmark//:benchmark_main", 860 "@com_github_google_benchmark//:benchmark_main", 902 "@com_github_google_benchmark//:benchmark_main", 927 "@com_github_google_benchmark//:benchmark_main", 963 "@com_github_google_benchmark//:benchmark_main", [all …]
|
| /third_party/flatbuffers/benchmarks/ |
| D | CMakeLists.txt | 38 ${CPP_BENCH_DIR}/benchmark_main.cpp 86 benchmark::benchmark_main # _main to use their entry point
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
| D | BUILD.bazel | 150 "@com_github_google_benchmark//:benchmark_main", 179 "@com_github_google_benchmark//:benchmark_main", 231 "@com_github_google_benchmark//:benchmark_main",
|
| /third_party/skia/third_party/externals/harfbuzz/perf/ |
| D | perf.cc | 16 BENCHMARK_MAIN ();
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
| D | BUILD.bazel | 460 "@com_github_google_benchmark//:benchmark_main", 592 "@com_github_google_benchmark//:benchmark_main", 661 "@com_github_google_benchmark//:benchmark_main", 746 "@com_github_google_benchmark//:benchmark_main",
|
| /third_party/benchmark/test/ |
| D | templated_fixture_test.cc | 28 BENCHMARK_MAIN();
|
| D | fixture_test.cc | 51 BENCHMARK_MAIN();
|
| D | cxx03_test.cc | 62 BENCHMARK_MAIN();
|
| D | map_test.cc | 59 BENCHMARK_MAIN();
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | BUILD.bazel | 108 "@com_github_google_benchmark//:benchmark_main", 181 "@com_github_google_benchmark//:benchmark_main", 645 "@com_github_google_benchmark//:benchmark_main", 730 "@com_github_google_benchmark//:benchmark_main", 973 "@com_github_google_benchmark//:benchmark_main",
|
| /third_party/skia/third_party/externals/swiftshader/tests/SystemBenchmarks/ |
| D | main.cpp | 17 BENCHMARK_MAIN();
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
| D | main.cpp | 17 BENCHMARK_MAIN();
|
| /third_party/benchmark/.github/workflows/ |
| D | bazel.yml | 26 bazel build //:benchmark //:benchmark_main //test/...
|
| /third_party/flatbuffers/tests/rust_usage_test/benches/ |
| D | benchmarks.rs | 30 benchmark_main!(
|
| /third_party/skia/m133/third_party/externals/harfbuzz/perf/ |
| D | benchmark-ot.cc | 44 BENCHMARK_MAIN();
|
| D | benchmark-map.cc | 110 BENCHMARK_MAIN();
|
| /third_party/skia/third_party/externals/swiftshader/tests/ReactorBenchmarks/ |
| D | ReactorBenchmarks.cpp | 20 BENCHMARK_MAIN();
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
| D | BUILD.bazel | 60 "@com_github_google_benchmark//:benchmark_main",
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
| D | BUILD.bazel | 92 "@com_github_google_benchmark//:benchmark_main",
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| D | BUILD.bazel | 101 "@com_github_google_benchmark//:benchmark_main",
|
12