Home
last modified time | relevance | path

Searched refs:run_benchmarks (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tools/skpbench/
Dskpbench.py276 def run_benchmarks(configs, srcs, hardware, resultsfile=None): function
357 run_benchmarks(configs, srcs, hardware, resultsfile=resultsfile)
359 run_benchmarks(configs, srcs, hardware)
/third_party/skia/tools/skpbench/
Dskpbench.py298 def run_benchmarks(configs, srcs, hardware, resultsfile=None): function
390 run_benchmarks(configs, srcs, hardware, resultsfile=resultsfile)
392 run_benchmarks(configs, srcs, hardware)
/third_party/benchmark/bindings/python/google_benchmark/
D__init__.py158 run_benchmarks = _benchmark.RunSpecifiedBenchmarks variable
/third_party/boost/libs/histogram/benchmark/
Dplot_benchmarks.py13 from run_benchmarks import get_commits, run
/third_party/json/
DMakefile376 run_benchmarks: target
/third_party/benchmark/docs/
Duser_guide.md172 $ ./run_benchmarks.x --benchmark_filter=BM_memcpy/32
200 $ ./run_benchmarks --benchmark_context=pwd=`pwd`
/third_party/json/benchmarks/thirdparty/benchmark/
DREADME.md802 $ ./run_benchmarks.x --benchmark_filter=BM_memcpy/32
/third_party/json/doc/mkdocs/docs/home/
Dreleases.md570 - A Makefile target `run_benchmarks` was added to quickly build and run the benchmark suite.