Lines Matching refs:row
375 row = "{}".format(cache_type)
377 row += ",{}".format(self.time_misses.get(trace_time, 0))
378 file.write(row + "\n")
398 row = "{}".format(cache_type)
406 row += ",{0:.2f}".format(miss_ratio)
407 file.write(row + "\n")
451 row = "{}-{}".format(cache_type, policy_name)
453 row += ",{}".format(
458 file.write(row + "\n")
480 row = "{}-{}".format(cache_type, policy_name)
491 row += ",{0:.2f}".format(ratio)
492 file.write(row + "\n")