Searched refs:_make_cmd (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_build.py | 57 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/ |
D | qps_diff.py | 64 def _make_cmd(jobs): function 72 subprocess.check_call(_make_cmd(jobs)) 75 subprocess.check_call(_make_cmd(jobs))
|