OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:benchmark_flags
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/tools/gbench/
util.py
90
def find_benchmark_flag(prefix,
benchmark_flags
):
98
for f in
benchmark_flags
:
104
def remove_benchmark_flags(prefix,
benchmark_flags
):
106
Return a new list containing the specified
benchmark_flags
except those
110
return [f for f in
benchmark_flags
if not f.startswith(prefix)]
122
def run_benchmark(exe_name,
benchmark_flags
):
125
'
benchmark_flags
'. The benchmark is run directly as a subprocess to preserve
130
benchmark_flags
)
136
benchmark_flags
= list(
benchmark_flags
) +
[
all
...]
/external/libcxx/utils/google-benchmark/tools/gbench/
util.py
90
def find_benchmark_flag(prefix,
benchmark_flags
):
98
for f in
benchmark_flags
:
104
def remove_benchmark_flags(prefix,
benchmark_flags
):
106
Return a new list containing the specified
benchmark_flags
except those
110
return [f for f in
benchmark_flags
if not f.startswith(prefix)]
122
def run_benchmark(exe_name,
benchmark_flags
):
125
'
benchmark_flags
'. The benchmark is run directly as a subprocess to preserve
130
benchmark_flags
)
136
benchmark_flags
= list(
benchmark_flags
) +
[
all
...]
Completed in 121 milliseconds