Searched refs:bench_name (Results 1 – 3 of 3) sorted by relevance
68 bench_name=$371 usecs_op=$( grep ^${bench_name} $test_out | awk '{ printf "%.1f", $3 }' )72 mb_sec=$( grep ^${bench_name} $test_out | awk '{ printf "%.1f", $5 }' )
149 bench_name=$3158 ops_sec=$( grep ^${bench_name} $test_out | awk '{ print $5 }' )159 mb_sec=$( grep ^${bench_name} $test_out | awk '{ print $7 }' )165 usecs_op=$( grep ^${bench_name} $test_out | awk '{ printf "%.1f", $3 }' )
2156 void Report(const std::string& bench_name) { in Report() argument2157 const char* name = bench_name.c_str(); in Report()