HomeSort by relevance Sort by last modified time
    Searched refs:benchmark_flags (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/tools/gbench/
util.py 87 def find_benchmark_flag(prefix, benchmark_flags):
95 for f in benchmark_flags:
100 def remove_benchmark_flags(prefix, benchmark_flags):
102 Return a new list containing the specified benchmark_flags except those
106 return [f for f in benchmark_flags if not f.startswith(prefix)]
117 def run_benchmark(exe_name, benchmark_flags):
120 'benchmark_flags'. The benchmark is run directly as a subprocess to preserve
125 benchmark_flags)
131 benchmark_flags = list(benchmark_flags) +
    [all...]
  /external/libcxx/utils/google-benchmark/tools/gbench/
util.py 87 def find_benchmark_flag(prefix, benchmark_flags):
95 for f in benchmark_flags:
100 def remove_benchmark_flags(prefix, benchmark_flags):
102 Return a new list containing the specified benchmark_flags except those
106 return [f for f in benchmark_flags if not f.startswith(prefix)]
117 def run_benchmark(exe_name, benchmark_flags):
120 'benchmark_flags'. The benchmark is run directly as a subprocess to preserve
125 benchmark_flags)
131 benchmark_flags = list(benchmark_flags) +
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
util.py 87 def find_benchmark_flag(prefix, benchmark_flags):
95 for f in benchmark_flags:
100 def remove_benchmark_flags(prefix, benchmark_flags):
102 Return a new list containing the specified benchmark_flags except those
106 return [f for f in benchmark_flags if not f.startswith(prefix)]
117 def run_benchmark(exe_name, benchmark_flags):
120 'benchmark_flags'. The benchmark is run directly as a subprocess to preserve
125 benchmark_flags)
131 benchmark_flags = list(benchmark_flags) +
    [all...]

Completed in 174 milliseconds