Searched refs:optsFromCommandLine (Results 1 – 1 of 1) sorted by relevance
250 void RegisterSingleBenchmark(bench_opts_t optsFromJson, bench_opts_t optsFromCommandLine, in RegisterSingleBenchmark() argument262 long iterNum = optsFromCommandLine.iterNum ? optsFromCommandLine.iterNum : optsFromJson.iterNum; in RegisterSingleBenchmark()264 if (optsFromCommandLine.cpuNum >= 0) { in RegisterSingleBenchmark()265 cpuNum = optsFromCommandLine.cpuNum; in RegisterSingleBenchmark()