Searched refs:throughput (Results 1 – 5 of 5) sorted by relevance
98 …grep Throughput $OUTFILE_TBENCH-perf-$1-$2.log | awk '{print $2}' > $OUTFILE_TBENCH-throughput-$1-…99 tp_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_TBENCH-throughput-$1-$2.log)150 …LE_TBENCH.result | grep "throughput(MB/s):" | awk '{print $NF}' > $OUTFILE_TBENCH-throughput-$1.log151 tp_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_TBENCH-throughput-$1.log)154 …avg_tp=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_TBENCH-throughput-…
181 double throughput; in child_thread() local294 throughput = 0; in child_thread()296 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()308 throughput, in child_thread()
11 Optimizing CPU overhead is useful to improve 'throughput', while optimizing14 may be useful to improve max throughput of a CI build server that runs on 100%
53 System call performance (throughput).168 Suite for evaluating performance of core system call throughput (both usecs/op and ops/sec metrics).
19 throughput is, the worse the power savings will be, but the first should
Completed in 6 milliseconds