~rsandifo/+junk/loop-microbenchmarks

« back to all changes in this revision

Viewing changes to compare

  • Committer: Richard Sandiford
  • Date: 2011-09-09 13:32:25 UTC
  • Revision ID: richard.sandiford@linaro.org-20110909133225-zfvh9y7cujuro09q
Add more loops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
}
50
50
my ($before_header, $before_results) = read_file ($ARGV[0]);
51
51
my ($after_header, $after_results) = read_file ($ARGV[1]);
52
 
my $format = "%-30s  %10s  %10s : %7s\n";
53
 
my $last_format = "%54s : %6.3fx\n";
 
52
my $format = "%-40s  %10s  %10s : %7s\n";
 
53
my $last_format = "%64s : %6.3fx\n";
54
54
my $bar = ("-" x (length (sprintf ($format, "", "", "", "")) - 1))."\n";
55
55
my $diffs = 0;
56
56
my $mean = 1;