Home
last modified time | relevance | path

Searched refs:bench_opts_t (Results 1 – 2 of 2) sorted by relevance

/bionic/benchmarks/
Dbionic_benchmarks.cpp149 bench_opts_t ParseOpts(int argc, char** argv) { in ParseOpts()
150 bench_opts_t opts; in ParseOpts()
353 void RegisterGoogleBenchmarks(bench_opts_t primary_opts, bench_opts_t secondary_opts, in RegisterGoogleBenchmarks()
379 void RegisterCliBenchmarks(bench_opts_t cmdline_opts, in RegisterCliBenchmarks()
395 RegisterGoogleBenchmarks(bench_opts_t(), cmdline_opts, fn_name, run_args); in RegisterCliBenchmarks()
402 int RegisterXmlBenchmarks(bench_opts_t cmdline_opts, in RegisterXmlBenchmarks()
441 bench_opts_t xml_opts{}; in RegisterXmlBenchmarks()
558 void RegisterAllBenchmarks(const bench_opts_t& opts, in RegisterAllBenchmarks()
565 RegisterGoogleBenchmarks(bench_opts_t(), opts, entry.first, run_args); in RegisterAllBenchmarks()
571 bench_opts_t opts = ParseOpts(argc, argv); in main()
Dutil.h61 } bench_opts_t; typedef