From 08da960c2c9411f4fbe572fc58470d665cd04961 Mon Sep 17 00:00:00 2001 From: Christian Chilan Date: Thu, 9 Oct 2008 13:12:34 -0500 Subject: [svn-r15832] Modified the display of the accumulated times taken to open and close files. Tested on kagiso. --- perform/pio_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perform/pio_perf.c b/perform/pio_perf.c index 8f9cb55..2275646 100644 --- a/perform/pio_perf.c +++ b/perform/pio_perf.c @@ -1054,7 +1054,7 @@ output_times(const struct options *opts, const char *name, minmax *table, output_report("Minimum Accumulated Time using %d file(s): %7.5f s\n", opts->num_files,(total_mm.min)); print_indent(4); - output_report("Average Time per file: %7.5f s\n", ((total_mm.sum / opts->num_files) / total_mm.num)); + output_report("Average Accumulated Time using %d file(s): %7.5f s\n", opts->num_files,(total_mm.sum / total_mm.num)); print_indent(4); output_report("Maximum Accumulated Time using %d file(s): %7.5f s\n", opts->num_files,(total_mm.max)); -- cgit v0.12