Home | History | Annotate | Download | only in io_analysis

Lines Matching refs:total

109     io, verity, total, blocks = get_average_and_std_dev(l)
111 verity[0], verity[1], verity[2], "total:", total[0], total[1], total[2]
112 return io, verity, total, blocks
115 print "Numbers: average (us), stddev (us), total (us)"
116 io, verity, total, blocks = self.dump_list ("total,", self.reads)
121 "Verity:", verity_latency_per_1024KB, "Total:", total_latency_per_1024KB