Home
last modified time | relevance | path

Searched full:google_benchmark (Results 1 – 9 of 9) sorted by relevance

/third_party/benchmark/bindings/python/google_benchmark/
Dexample.py16 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
DBUILD4 name = "google_benchmark",
35 ":google_benchmark",
D__init__.py17 import google_benchmark as benchmark
31 from google_benchmark import _benchmark
32 from google_benchmark._benchmark import (
/third_party/benchmark/
Dsetup.py21 os.path.join(HERE, "bindings", "python", "google_benchmark", "__init__.py")
108 name="google_benchmark",
121 "google_benchmark._benchmark",
122 "//bindings/python/google_benchmark:_benchmark",
DOAT.xml40 …<filteritem type="filepath" name="bindings/python/google_benchmark/.*" desc="This file can not dec…
D.travis.yml226 …- bazel test -c dbg --define google_benchmark.have_regex=posix --announce_rc --verbose_failures --…
/third_party/harfbuzz/perf/
Dmeson.build1 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/
Dmeson.build1 google_benchmark = subproject('google-benchmark') variable
2 google_benchmark_dep = google_benchmark.get_variable('google_benchmark_dep')
/third_party/benchmark/.github/workflows/
Dtest_bindings.yml24 python bindings/python/google_benchmark/example.py