Searched full:google_benchmark (Results 1 – 9 of 9) sorted by relevance
| /third_party/benchmark/bindings/python/google_benchmark/ |
| D | example.py | 16 To run this example, you must first install the `google_benchmark` Python package. 18 To install using `setup.py`, download and extract the `google_benchmark` source. 26 import google_benchmark as benchmark 27 from google_benchmark import Counter
|
| D | BUILD | 4 name = "google_benchmark", 35 ":google_benchmark",
|
| D | __init__.py | 17 import google_benchmark as benchmark 31 from google_benchmark import _benchmark 32 from google_benchmark._benchmark import (
|
| /third_party/benchmark/ |
| D | setup.py | 21 os.path.join(HERE, "bindings", "python", "google_benchmark", "__init__.py") 108 name="google_benchmark", 121 "google_benchmark._benchmark", 122 "//bindings/python/google_benchmark:_benchmark",
|
| D | OAT.xml | 40 …<filteritem type="filepath" name="bindings/python/google_benchmark/.*" desc="This file can not dec…
|
| D | .travis.yml | 226 …- bazel test -c dbg --define google_benchmark.have_regex=posix --announce_rc --verbose_failures --…
|
| /third_party/harfbuzz/perf/ |
| D | meson.build | 1 google_benchmark = subproject('google-benchmark') variable 2 google_benchmark_dep = google_benchmark.get_variable('google_benchmark_dep')
|
| /third_party/skia/third_party/externals/harfbuzz/perf/ |
| D | meson.build | 1 google_benchmark = subproject('google-benchmark') variable 2 google_benchmark_dep = google_benchmark.get_variable('google_benchmark_dep')
|
| /third_party/benchmark/.github/workflows/ |
| D | test_bindings.yml | 24 python bindings/python/google_benchmark/example.py
|