Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_build.py57 def _make_cmd(cfg, benchmarks, jobs): function
65 subprocess.check_call(_make_cmd('opt', benchmarks, jobs))
67 subprocess.check_call(_make_cmd('counters', benchmarks, jobs))
70 subprocess.check_call(_make_cmd('opt', benchmarks, jobs))
72 subprocess.check_call(_make_cmd('counters', benchmarks, jobs))
/external/grpc-grpc/tools/profiling/qps/
Dqps_diff.py64 def _make_cmd(jobs): function
72 subprocess.check_call(_make_cmd(jobs))
75 subprocess.check_call(_make_cmd(jobs))